2016-07-15 09:34:01 +02:00
|
|
|
[pytest]
|
|
|
|
addopts = --flake8
|
|
|
|
flake8-max-line-length = 150
|
|
|
|
flake8-ignore =
|
|
|
|
# Temporary until we fix all the errors
|
2016-07-15 11:44:55 +02:00
|
|
|
*.py E301 E302 E303 W391 E402 E127 E128 E201 E731 E701 E271 E265 E266 E225 E202 E502 E231 E228 E227 E203 E122 E251 W291 E124 E261 E125 E111 E222 E272 F401 F811 F841 F821 F402
|
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
|