From 501f6f11ba34fe702b84ba43efd9ead9ef5c88e0 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Sun, 11 Dec 2016 16:01:31 -0500 Subject: [PATCH] try another landscape approach --- .landscape.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.landscape.yml b/.landscape.yml index b307c329..d347401a 100644 --- a/.landscape.yml +++ b/.landscape.yml @@ -3,14 +3,13 @@ pylint: # We use this a lot (e.g. via document._meta) - protected-access - options: - additional-builtins: - # add xrange and long as valid built-ins. In Python 3, xrange is - # translated into range and long is translated into int via 2to3 (see - # "use_2to3" in setup.py). This should be removed when we drop Python - # 2 support (which probably won't happen any time soon). - - xrange - - long + additional-builtins: + # add xrange and long as valid built-ins. In Python 3, xrange is + # translated into range and long is translated into int via 2to3 (see + # "use_2to3" in setup.py). This should be removed when we drop Python + # 2 support (which probably won't happen any time soon). + - xrange + - long ignore-paths: - benchmark.py