ソースを参照

Adds landscape.yml

Ask Solem 8 年 前
コミット
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