diff --git a/.landscape.yml b/.landscape.yml new file mode 100644 index 0000000..48cf2aa --- /dev/null +++ b/.landscape.yml @@ -0,0 +1,23 @@ +doc-warnings: yes +test-warnings: no +strictness: high + +pylint: + disable: + - too-few-public-methods + - no-self-use + - too-many-instance-attributes + - invalid-name + - missing-docstring + - star-args + - logging-format-interpolation + - bad-builtin +ignore-paths: + - docs +pep8: + disable: + - E731 + - E126 + - E128 + - E115 + - N802 \ No newline at end of file