summary refs log tree commit diff stats
path: root/.flake8
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2018-05-28 13:22:46 +0200
committerGitHub <noreply@github.com>2018-05-28 13:22:46 +0200
commit5eb0077250d8b296c771e77d42e58bc63fdb4f8a (patch)
tree905e69a7cb66f272b551e02e0b43d5acf13f440f /.flake8
parenta84f685ba278d35905e7adf1aacfffbce77929bd (diff)
parentc8613cf8a83c9fc516cb1d0c523bf63dc79f1a70 (diff)
downloadranger-5eb0077250d8b296c771e77d42e58bc63fdb4f8a.tar.gz
Merge branch 'master' into detect_file_encoding
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