summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2017-07-16 07:41:19 +0200
committerhut <hut@hut.pm>2017-07-16 07:41:19 +0200
commit1bbee381f5c25f903cd70d2d56d6204cadf373dd (patch)
treeb7d290d0f99021cd5b2fb1153e93576647f71c54
parentb6e34c6d9e191a6e01fadd5098eff904426f8539 (diff)
downloadranger-1bbee381f5c25f903cd70d2d56d6204cadf373dd.tar.gz
.pylintrc: ignore bad-continuation
-rw-r--r--.pylintrc2
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