From 3a66aa8420e0de44f453c07d04d0b7ea30ba4163 Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Thu, 30 May 2024 20:00:48 +0200 Subject: [PATCH] rm unsed config files for old test systems --- .codacy.yml | 8 -------- .landscape.yml | 12 ------------ 2 files changed, 20 deletions(-) delete mode 100644 .codacy.yml delete mode 100644 .landscape.yml diff --git a/.codacy.yml b/.codacy.yml deleted file mode 100644 index 260dd038b05..00000000000 --- a/.codacy.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -engines: - pylint: - enabled: true - python_version: 3 - pyflakes: - disable: - - F999 diff --git a/.landscape.yml b/.landscape.yml deleted file mode 100644 index 83a289a95ac..00000000000 --- a/.landscape.yml +++ /dev/null @@ -1,12 +0,0 @@ -doc-warnings: false -test-warnings: false -strictness: medium -max-line-length: 90 -autodetect: true -ignore-paths: - - docs -ignore-patterns: - - ^example/doc_.*\.py$ - - (^|/)docs(/|$) -python-targets: - - 3