xonsh/setup.cfg

16 lines
429 B
INI
Raw Normal View History

[pytest]
addopts = --flake8
flake8-max-line-length = 180
flake8-ignore =
# Temporary until we fix all the errors
2016-07-18 11:30:57 +02:00
*.py
__amalgam__.py ALL
# test files should be PEP8 but a ton of errors for now
test_*.py ALL
# we don't care about sphinx autogenerated files
docs/*.py ALL
# we don't care about ply files?
ply/*.py ALL
# these run VERY slowly and give tons of errors
parser*_table.py ALL