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