diff options
author | hut <hut@hut.pm> | 2017-07-16 06:35:59 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-07-16 06:36:13 +0200 |
commit | d7849c70acbb0704931abdb3869d961f189cb8e0 (patch) | |
tree | bd9628573674e305efad0b4e2458c90ed52790b8 | |
parent | c33844e98dab1759960f27dad1dfa4b3c3fead25 (diff) | |
download | ranger-d7849c70acbb0704931abdb3869d961f189cb8e0.tar.gz |
.flake8: ignore bad line continuation
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8 index f5072c08..a480d680 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,3 @@ [flake8] max-line-length = 99 -ignore = E221 +ignore = E221,E128 |