summary refs log tree commit diff stats
path: root/.pylintrc
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-07-30 15:56:15 +0200
committernfnty <git@nfnty.se>2017-07-30 16:13:34 +0200
commit09e8cf2ebab3002142d84b37f015443ee0b9c911 (patch)
tree45a0aff2f5e30b9ee302aa226572eb9a09940ea0 /.pylintrc
parenta81b6ecf750aba0eb9efceea88f43ffbf3729700 (diff)
downloadranger-09e8cf2ebab3002142d84b37f015443ee0b9c911.tar.gz
tests: Reenable indentation linting
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index fbb6be75..d108c93f 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -8,7 +8,7 @@ max-branches=16
 
 [FORMAT]
 max-line-length = 99
-disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,cyclic-import,redefined-variable-type,bad-continuation
+disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,cyclic-import,redefined-variable-type
 
 [TYPECHECK]
 ignored-classes=ranger.core.actions.Actions