From 09665e39f8f12373c70cd19c8ab18d663d12971d Mon Sep 17 00:00:00 2001 From: Julian Hammer Date: Wed, 20 Sep 2017 14:40:52 +0200 Subject: [PATCH] added landsape configuration --- .landscape.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .landscape.yml diff --git a/.landscape.yml b/.landscape.yml new file mode 100644 index 0000000..51be069 --- /dev/null +++ b/.landscape.yml @@ -0,0 +1,2 @@ +python-targets: 3 +max-line-length: 100 \ No newline at end of file