diff --git a/prospector.yml b/prospector.yml index 590e7b7..b639915 100644 --- a/prospector.yml +++ b/prospector.yml @@ -3,6 +3,9 @@ strictness: low test-warnings: false doc-warnings: true +ignore-paths: + - docs + pep8: full: true options: @@ -11,7 +14,6 @@ pep8: pylint: max-line-length: 100 disable: - - logging-format-interpolation - interface-not-implemented mccabe: