fix some complexity issues

This commit is contained in:
collerek
2020-08-09 10:58:36 +02:00
parent 22c4a0619c
commit fb5d03d64c
10 changed files with 244 additions and 134 deletions

View File

@ -1,5 +1,5 @@
[flake8]
ignore = ANN101, ANN102, W503
ignore = ANN101, ANN102, W503, S101
max-complexity = 8
max-line-length = 88
exclude = p38venv,.pytest_cache