Clean up prospector file

This commit is contained in:
Eric Holscher 2015-08-03 14:03:59 -07:00
parent f9d4d8c18d
commit 362a1b6036

View File

@ -3,6 +3,9 @@ strictness: low
test-warnings: false test-warnings: false
doc-warnings: true doc-warnings: true
ignore-paths:
- docs
pep8: pep8:
full: true full: true
options: options:
@ -11,7 +14,6 @@ pep8:
pylint: pylint:
max-line-length: 100 max-line-length: 100
disable: disable:
- logging-format-interpolation
- interface-not-implemented - interface-not-implemented
mccabe: mccabe: