xonsh/setup.cfg
Gil Forsyth ab7536aa4d Squashed 'xonsh/ply/' content from commit 393cc55
git-subtree-dir: xonsh/ply
git-subtree-split: 393cc558722eb892724701c110e7ae4c101c88c3
2016-10-07 14:16:19 -04:00

28 lines
777 B
INI

[pytest]
flake8-max-line-length = 180
flake8-ignore =
*.py E122
*.py E402
tests/tools.py E128
xonsh/ast.py F401
xonsh/built_ins.py F821 E721
xonsh/commands_cache.py F841
xonsh/history.py F821
xonsh/pyghooks.py F821
xonsh/readline_shell.py F401
xonsh/timings.py F401
xonsh/tokenize.py F821 F841
xonsh/tools.py E731
xonsh/xonfig.py E731
xonsh/ptk/key_bindings.py F841
xonsh/ptk/shell.py E731
xontrib/vox.py F821
__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