Browse Source

Ignore E711 and E712

sh4nks 10 years ago
parent
commit
829a4a4b9c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .landscape.yml

+ 5 - 0
.landscape.yml

@@ -12,3 +12,8 @@ ignore-paths:
     - migrations
     - flaskbb/configs
     - wsgi.py
+pep8:
+  full: true
+  disable:
+    - E711
+    - E712