summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2017-07-16 06:35:59 +0200
committerhut <hut@hut.pm>2017-07-16 06:36:13 +0200
commitd7849c70acbb0704931abdb3869d961f189cb8e0 (patch)
treebd9628573674e305efad0b4e2458c90ed52790b8
parentc33844e98dab1759960f27dad1dfa4b3c3fead25 (diff)
downloadranger-d7849c70acbb0704931abdb3869d961f189cb8e0.tar.gz
.flake8: ignore bad line continuation
-rw-r--r--.flake82
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