pungi/tox.ini

8 lines
126 B
INI

[flake8]
exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst,setup.py
filename = *.py
ignore = E501,E402
[run]
omit = tests/*