aboutsummaryrefslogtreecommitdiffstats
path: root/.landscape.yml
diff options
context:
space:
mode:
Diffstat (limited to '.landscape.yml')
-rw-r--r--.landscape.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.landscape.yml b/.landscape.yml
new file mode 100644
index 00000000..5926e7bf
--- /dev/null
+++ b/.landscape.yml
@@ -0,0 +1,13 @@
+max-line-length: 120
+pylint:
+ disable:
+ - missing-docstring
+ - protected-access
+ - too-few-public-methods
+ - too-many-arguments
+ - too-many-instance-attributes
+ - too-many-locals
+ - too-many-public-methods
+ - too-many-return-statements
+ - too-many-statements
+ - unpacking-non-sequence