From d27bd9511925d7c8555824177aec085ace40bc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Fri, 8 Nov 2019 18:09:55 +0200 Subject: [PATCH] Remove .landscape.yaml as service is defunct --- .landscape.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .landscape.yaml diff --git a/.landscape.yaml b/.landscape.yaml deleted file mode 100644 index 83151ce..0000000 --- a/.landscape.yaml +++ /dev/null @@ -1,11 +0,0 @@ -doc-warnings: no -test-warnings: no -strictness: high -max-line-length: 80 -uses: - - django - - celery -autodetect: yes -ignore-patterns: - - .*_settings.py$ - - defender/exampleapp/*