diff --git a/.landscape.yaml b/.landscape.yaml deleted file mode 100644 index 322720ab1..000000000 --- a/.landscape.yaml +++ /dev/null @@ -1,35 +0,0 @@ -doc-warnings: yes -test-warnings: yes -strictness: veryhigh -max-line-length: 90 -autodetect: yes -ignore-paths: - - docs/conf.py - - xonsh/ply - -python-targets: - - 3 - -pylint: - disable: - - super-on-old-class - - old-style-class - - global-variable-not-assigned - - pointless-except - - unused-argument - - protected-access - - global-statement - - eval-used - - exec-used - - too-many-lines - - import-self - - redefined-outer-name - - invalid-name - - too-few-public-methods - - no-init - - star-args - -mccabe: - disable: - - MC0000 # not Py3k compatible - - MC0001 # silly cyclomatic complexity diff --git a/empty b/empty deleted file mode 100644 index e69de29bb..000000000