1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 10:28:21 +02:00

modify tox.ini to use complex script for make wrapped (bypass C901 in linters)

This commit is contained in:
quark
2025-02-24 18:57:07 +01:00
parent 333f7aa284
commit 30d27459dd
2 changed files with 15 additions and 14 deletions

View File

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