*finally* a working .landscape.yml
This commit is contained in:
		| @@ -3,6 +3,7 @@ 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 | ||||||
|  |  | ||||||
|  |     options: | ||||||
|         additional-builtins: |         additional-builtins: | ||||||
|             # add xrange and long as valid built-ins. In Python 3, xrange is |             # 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 |             # translated into range and long is translated into int via 2to3 (see | ||||||
| @@ -11,5 +12,11 @@ pylint: | |||||||
|             - xrange |             - xrange | ||||||
|             - long |             - long | ||||||
|  |  | ||||||
|  | pyflakes: | ||||||
|  |     disable: | ||||||
|  |         # undefined variables are already covered by pylint (and exclude | ||||||
|  |         # xrange & long) | ||||||
|  |         - F821 | ||||||
|  |  | ||||||
| ignore-paths: | ignore-paths: | ||||||
|     - benchmark.py |     - benchmark.py | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user