From 4fa31342949a302de326cea09e8d69ff33617c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Sun, 29 Nov 2020 21:15:02 +0100 Subject: [PATCH] remove landscape integration as it is dead --- .landscape.yml | 17 ----------------- README.rst | 4 ---- 2 files changed, 21 deletions(-) delete mode 100644 .landscape.yml diff --git a/.landscape.yml b/.landscape.yml deleted file mode 100644 index 4f13a5eb..00000000 --- a/.landscape.yml +++ /dev/null @@ -1,17 +0,0 @@ -pylint: - disable: - # We use this a lot (e.g. via document._meta) - - protected-access - - options: - additional-builtins: - # add long as valid built-ins. - - long - -pyflakes: - disable: - # undefined variables are already covered by pylint (and exclude long) - - F821 - -ignore-paths: - - benchmark.py diff --git a/README.rst b/README.rst index 7b15c4e3..a74c26aa 100644 --- a/README.rst +++ b/README.rst @@ -12,10 +12,6 @@ MongoEngine .. image:: https://coveralls.io/repos/github/MongoEngine/mongoengine/badge.svg?branch=master :target: https://coveralls.io/github/MongoEngine/mongoengine?branch=master -.. image:: https://landscape.io/github/MongoEngine/mongoengine/master/landscape.svg?style=flat - :target: https://landscape.io/github/MongoEngine/mongoengine/master - :alt: Code Health - .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black