mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 02:52:25 +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
|
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/*",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user