1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-05 15:03:55 +02:00

cron and linters

This commit is contained in:
quark
2025-07-04 17:14:12 +02:00
parent 85ea43a7cf
commit b7c0986a5f
2 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,7 @@ deps =
pep8-naming
pyflakes
commands =
flake8 apps --extend-exclude apps/scripts,apps/wrapped/management/commands
flake8 apps/wrapped/management/commands --extend-ignore=C901
flake8 apps --extend-exclude apps/scripts
[flake8]
ignore = W503, I100, I101, B019