From 3182ef6f07eca02a62cfc6e376d3ff75c15bb788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 20 Jul 2016 14:57:20 +0200 Subject: [PATCH] Enable PEP-8 checks on landscape MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .landscape.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.landscape.yaml b/.landscape.yaml index 5b01122e8..436b991a8 100644 --- a/.landscape.yaml +++ b/.landscape.yaml @@ -1,5 +1,10 @@ -test-warnings: yes +python-targets: + - 2 +pep8: + full: true +test-warnings: true strictness: veryhigh +max-line-length: 79 uses: - django autodetect: yes