Skip to content

Commit

Permalink
Fix/clean up (#230)
Browse files Browse the repository at this point in the history
- Clean-up code.
- Improve Ruff check config.
  • Loading branch information
barseghyanartur authored Nov 22, 2024
1 parent 4e39551 commit 8f338f8
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 183 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ are used for versioning (schema follows below):
- Improve docs. Add a dedicated section on files creation.
- Minor clean-up.
- Test against Django 5.1.
- Clean-up.

0.10.4
------
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Update version ONLY here
VERSION := 0.10.4
VERSION := 0.10.5
SHELL := /bin/bash
# Makefile for project
VENV := ~/.virtualenvs/fake.py/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
def pytest_collection_modifyitems(session, config, items):
"""Modify test items during collection."""
for item in items:
try:
try: # noqa
from pytest_rst import RSTTestItem

if isinstance(item, RSTTestItem):
Expand Down
Loading

0 comments on commit 8f338f8

Please sign in to comment.