mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-28 12:32:49 +02:00
Ignore W503 in linting
This commit is contained in:
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ commands =
|
|||||||
flake8 apps/activity apps/api apps/logs apps/member apps/note apps/permission apps/treasury apps/wei
|
flake8 apps/activity apps/api apps/logs apps/member apps/note apps/permission apps/treasury apps/wei
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = I100, I101
|
ignore = W503, I100, I101
|
||||||
exclude =
|
exclude =
|
||||||
.tox,
|
.tox,
|
||||||
.git,
|
.git,
|
||||||
|
Reference in New Issue
Block a user