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

linters (removing B019)

This commit is contained in:
bleizi
2023-07-17 08:50:10 +02:00
parent dedd6c69cc
commit f19a489313
4 changed files with 19 additions and 19 deletions

View File

@ -35,7 +35,7 @@ commands =
flake8 apps --extend-exclude apps/scripts
[flake8]
ignore = W503, I100, I101
ignore = W503, I100, I101, B019
exclude =
.tox,
.git,