diff options
author | nfnty <git@nfnty.se> | 2017-07-30 15:56:15 +0200 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-07-30 16:13:34 +0200 |
commit | 09e8cf2ebab3002142d84b37f015443ee0b9c911 (patch) | |
tree | 45a0aff2f5e30b9ee302aa226572eb9a09940ea0 /.pylintrc | |
parent | a81b6ecf750aba0eb9efceea88f43ffbf3729700 (diff) | |
download | ranger-09e8cf2ebab3002142d84b37f015443ee0b9c911.tar.gz |
tests: Reenable indentation linting
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
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 |