summaryrefslogtreecommitdiffstats
path: root/.landscape.yml
diff options
context:
space:
mode:
Diffstat (limited to '.landscape.yml')
-rw-r--r--.landscape.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.landscape.yml b/.landscape.yml
new file mode 100644
index 0000000..5d7ddae
--- /dev/null
+++ b/.landscape.yml
@@ -0,0 +1,17 @@
+ignore-paths:
+ - __root__
+ignore-patterns:
+ - ^__root__/__project__(/|$)
+autodetect: false
+pylint:
+ run: true
+pep8:
+ run: false
+pyflakes:
+ run: false
+mccabe:
+ run: false
+dodgy:
+ run: false
+pep257:
+ run: false