aboutsummaryrefslogtreecommitdiffstats
path: root/.flake8
diff options
context:
space:
mode:
Diffstat (limited to '.flake8')
-rw-r--r--.flake84
1 files changed, 3 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index b4520cd..db0f5e4 100644
--- a/.flake8
+++ b/.flake8
@@ -106,7 +106,9 @@ hang-closing = True
# Specify a list of codes to ignore.
ignore =
- W503
+ W503,
+ E133,
+ E226
# Specify the list of error codes you wish Flake8 to report.
select =
E,