Ask Solem 8 лет назад
Родитель
Сommit
ead709bcc1
1 измененных файлов с 17 добавлено и 0 удалено
  1. 17 0
      .landscape.yml

+ 17 - 0
.landscape.yml

@@ -0,0 +1,17 @@
+doc-warnings: true
+test-warnings: false
+strictness: medium
+max-line-length: 79
+uses:
+    - kombu
+    - amqp
+autodetect: true
+requirements:
+    - requirements/default.txt
+    - requirements/test.txt
+ignore-paths:
+    - docs
+    - t
+python-targets:
+    - 2
+    - 3