gunicorn/.prospector.yaml
2017-02-07 09:05:43 +03:00

32 lines
477 B
YAML

test-warnings: true
ignore-paths:
- gunicorn/_compat.py
- gunicorn/argparse_compat.py
- gunicorn/selectors.py
- gunicorn/six.py
- build
- docs
- examples
- scripts
- tests/requests/valid
- tests/requests/invalid
pep8:
disable:
- E126
- E128
- E129
- E302
- E501
pyflakes:
disable:
# Redefinition of unused $X from line $LINE
- F811
# Access to a protected member $X of a client class
- W0212
mccabe:
run: false