mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
Replace flake8 with ruff and apply consistent linting rules across the entire codebase. Update type annotations, quotation marks, and other style-related changes to comply with the new standards.
2 lines
68 B
Python
2 lines
68 B
Python
class IllegalAssignmentException(Exception): # noqa: N818
|
|
pass
|