code-review/.flake8

5 строки
94 B
INI

[flake8]
exclude = .git,__pycache__,data,tools
max-line-length = 88
extend-ignore = E203,E501