Ignore scripts when linting

This commit is contained in:
Igor 2025-03-24 10:45:19 +01:00
parent ec08475363
commit ad4fbefce7

View File

@ -63,6 +63,7 @@ target-version = "py312"
line-length = 119 line-length = 119
# Exclude a variety of commonly ignored directories. # Exclude a variety of commonly ignored directories.
extend-exclude = [ extend-exclude = [
".scripts/*",
"*/migrations/*.py", "*/migrations/*.py",
"staticfiles/*", "staticfiles/*",
] ]