goat_monitor/setup.cfg

5 lines
115 B
INI
Raw Normal View History

[flake8]
exclude = **/*__init__.py,.venv/*,tox/*,build/*,dist/*
ignore = C901,E203,E731,W503
max-line-length = 120