Browse Source

Added landscape config

sh4nks 10 years ago
parent
commit
dcbace9e81
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .landscape.yml

+ 14 - 0
.landscape.yml

@@ -0,0 +1,14 @@
+doc-warnings: false
+test-warnings: false
+strictness: veryhigh
+max-line-length: 79
+uses:
+    - flask
+autodetect: yes
+requirements:
+    - requirements.txt
+ignore-paths:
+    - docs
+    - migrations
+    - flaskbb/configs
+    - wsgi.py