remove graphene_django/compat.py from ruff exclusions

This commit is contained in:
Sergey Fursov 2025-01-27 09:47:29 +03:00
parent 7e41825c6d
commit b486e8aba0
No known key found for this signature in database

View File

@ -25,7 +25,6 @@ target-version = "py38"
[per-file-ignores]
# Ignore unused imports (F401) in these files
"__init__.py" = ["F401"]
"graphene_django/compat.py" = ["F401"]
[isort]
known-first-party = ["graphene", "graphene-django"]