fix .landscape.yml

This commit is contained in:
Stefan Wojcik 2016-12-11 15:24:25 -05:00
parent dc15195dd8
commit 93d8d97fbd

View File

@ -3,12 +3,13 @@ pylint:
# We use this a lot (e.g. via document._meta) # We use this a lot (e.g. via document._meta)
- protected-access - protected-access
additional-builtins: options:
# add xrange and long as valid built-ins. In Python 3, xrange is additional-builtins:
# translated into range and long is translated into int via 2to3 (see # add xrange and long as valid built-ins. In Python 3, xrange is
# "use_2to3" in setup.py). This should be removed when we drop Python # translated into range and long is translated into int via 2to3 (see
# 2 support (which probably won't happen any time soon). # "use_2to3" in setup.py). This should be removed when we drop Python
- xrange,long # 2 support (which probably won't happen any time soon).
- xrange,long
ignore-paths: ignore-paths:
- benchmark.py - benchmark.py