2016-07-15 09:34:01 +02:00
|
|
|
[pytest]
|
2016-07-17 14:09:11 +02:00
|
|
|
flake8-max-line-length = 180
|
2016-07-15 09:34:01 +02:00
|
|
|
flake8-ignore =
|
2016-08-10 17:29:02 +03:00
|
|
|
*.py E122
|
2016-07-20 22:07:45 +02:00
|
|
|
*.py E402
|
2016-07-24 10:05:23 -04:00
|
|
|
tests/tools.py E128
|
2016-07-20 22:07:45 +02:00
|
|
|
xonsh/ast.py F401
|
2016-07-20 22:28:27 +02:00
|
|
|
xonsh/built_ins.py F821
|
2016-07-20 22:07:45 +02:00
|
|
|
xonsh/commands_cache.py F841
|
2016-07-20 22:28:27 +02:00
|
|
|
xonsh/history.py F821
|
2016-07-20 22:07:45 +02:00
|
|
|
xonsh/pyghooks.py F821
|
|
|
|
xonsh/readline_shell.py F401
|
|
|
|
xonsh/timings.py F401
|
|
|
|
xonsh/tokenize.py F821 F841
|
2016-07-18 11:54:54 +02:00
|
|
|
xonsh/tools.py E731
|
|
|
|
xonsh/xonfig.py E731
|
2016-07-20 22:07:45 +02:00
|
|
|
xonsh/ptk/key_bindings.py F841
|
2016-07-18 11:54:54 +02:00
|
|
|
xonsh/ptk/shell.py E731
|
2016-07-21 00:16:03 +02:00
|
|
|
xontrib/vox.py F821
|
2016-07-15 09:34:01 +02:00
|
|
|
__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
|