mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-10 20:04:18 +03:00
Ignore scripts when linting
This commit is contained in:
parent
ec08475363
commit
ad4fbefce7
|
@ -63,6 +63,7 @@ target-version = "py312"
|
|||
line-length = 119
|
||||
# Exclude a variety of commonly ignored directories.
|
||||
extend-exclude = [
|
||||
".scripts/*",
|
||||
"*/migrations/*.py",
|
||||
"staticfiles/*",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user