taar/.flake8

6 строки
107 B
INI

[flake8]
ignore = W503,W504,E203,E231
exclude = .git,__pycache__
max-complexity = 10
max-line-length = 120