summary refs log tree commit diff stats
path: root/.flake8
diff options
context:
space:
mode:
authorToon Nolten <toonn@toonn.io>2018-09-09 18:38:54 +0200
committerToon Nolten <toonn@toonn.io>2018-09-09 18:38:54 +0200
commitae1ef141b5dedf1296a8c163e5a1f9f5ec6f4f9e (patch)
tree0a78dbf70d4a33c8b32e406ba28d485b892e41f1 /.flake8
parentd2b3c17578b70b1ab0bdbc7eb70046fa2e17a434 (diff)
parent2485dd705e84fb64e3f04f5b4f6956968a5b9708 (diff)
downloadranger-ae1ef141b5dedf1296a8c163e5a1f9f5ec6f4f9e.tar.gz
Merge branch 'master' into stable
Preparing for release 1.9.2
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 1 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index f5072c08..b77e4e6c 100644
--- a/.flake8
+++ b/.flake8
@@ -1,3 +1,3 @@
 [flake8]
 max-line-length = 99
-ignore = E221
+ignore = E221,W503