[PATCH 2/3] Add landscape.io configuration file

Stephen Finucane stephenfinucane at hotmail.com
Mon Sep 5 00:25:11 AEST 2016


Signed-off-by: Stephen Finucane <stephenfinucane at hotmail.com>
---
 .landscape.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 .landscape.yml

diff --git a/.landscape.yml b/.landscape.yml
new file mode 100644
index 0000000..a882e84
--- /dev/null
+++ b/.landscape.yml
@@ -0,0 +1,14 @@
+doc-warnings: false
+test-warnings: false
+strictness: veryhigh
+max-line-length: 80
+autodetect: true
+requirements:
+  - requirements-dev.txt
+ignore-paths:
+  - docs
+  - patchwork/migrations
+  - lib
+python-targets:
+  - 2
+  - 3
-- 
2.7.4



More information about the Patchwork mailing list