diff options
author | hut <hut@hut.pm> | 2017-07-16 07:41:19 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-07-16 07:41:19 +0200 |
commit | 1bbee381f5c25f903cd70d2d56d6204cadf373dd (patch) | |
tree | b7d290d0f99021cd5b2fb1153e93576647f71c54 /.pylintrc | |
parent | b6e34c6d9e191a6e01fadd5098eff904426f8539 (diff) | |
download | ranger-1bbee381f5c25f903cd70d2d56d6204cadf373dd.tar.gz |
.pylintrc: ignore bad-continuation
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc index d108c93f..fbb6be75 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 +disable=locally-disabled,locally-enabled,missing-docstring,duplicate-code,fixme,cyclic-import,redefined-variable-type,bad-continuation [TYPECHECK] ignored-classes=ranger.core.actions.Actions |