diff --git a/.landscape.yml b/.landscape.yml index 9a3b615f7..9dfa62b0c 100644 --- a/.landscape.yml +++ b/.landscape.yml @@ -1,8 +1,12 @@ -max-line-length: 120 +ignore-paths: + - docs + - examples + - libmproxy/contrib + - web +max-line-length: 140 pylint: options: dummy-variables-rgx: _$|.+_$|dummy_.+ - disable: - missing-docstring - protected-access @@ -13,4 +17,4 @@ pylint: - too-many-public-methods - too-many-return-statements - too-many-statements - - unpacking-non-sequence \ No newline at end of file + - unpacking-non-sequence