summary refs log tree commit diff stats
path: root/.flake8
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2018-05-14 11:27:26 +0200
committertoonn <toonn@toonn.io>2018-05-14 11:27:26 +0200
commit0370e98e0df4286b8c87a2b4c0d0c35f83dad3e8 (patch)
tree8c9caaf93440a8ec8dba09b7e5bc4eb9e4989c6d /.flake8
parentb1d93d5cfc8338a429d7af0b685199c0b0315854 (diff)
downloadranger-0370e98e0df4286b8c87a2b4c0d0c35f83dad3e8.tar.gz
Add ignore for `W503` to `.flake8` to follow new pep8
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