From aaa49252b36c3c4ad21cc7b8d314346cd91c875d Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Thu, 29 Jun 2017 13:49:50 +0100 Subject: [PATCH] new: Added landscape yaml --- .landscape.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .landscape.yml diff --git a/.landscape.yml b/.landscape.yml new file mode 100644 index 0000000..488db7f --- /dev/null +++ b/.landscape.yml @@ -0,0 +1,10 @@ +doc-warnings: true +test-warnings: true +strictness: medium +max-line-length: 120 +autodetect: true +ignore-paths: + - doc +python-targets: + - 3 +