diff --git a/.landscape.yml b/.landscape.yml index 56f2af6..b88d557 100644 --- a/.landscape.yml +++ b/.landscape.yml @@ -1,6 +1,6 @@ doc-warnings: yes test-warnings: yes -strictness: verylow +strictness: low max-line-length: 140 autodetect: yes ignore-paths: diff --git a/.prospector.yaml b/.prospector.yaml new file mode 100644 index 0000000..1d6dee3 --- /dev/null +++ b/.prospector.yaml @@ -0,0 +1,4 @@ +pep8: + disable: + - E1101 + - E1103