2023-04-19 15:28:19 +02:00

7 lines
168 B
INI

[flake8]
exclude = .git,__pycache__,.venv
per-file-ignores = __init__.py:F401, tests/test_ai.py:E501
max-line-length = 140
max-complexity = 10
select = B,C,E,F,W,T4,B9