bugbug/setup.cfg

7 строки
128 B
INI

[flake8]
# no need to traverse these directories
exclude = .git,__pycache__,data,tools
# ignore line limit error
ignore = E501