7 lines
146 B
INI
7 lines
146 B
INI
[flake8]
|
|
ignore = ANN101, ANN102, W503, S101
|
|
max-complexity = 8
|
|
max-line-length = 88
|
|
import-order-style = pycharm
|
|
exclude = p38venv,.pytest_cache
|