summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
index 8b428805..6b824e97 100644
--- a/.flake8
+++ b/.flake8
@@ -7,6 +7,8 @@ ignore=
7 E114, 7 E114,
8 # E402: Module level import not at top of file 8 # E402: Module level import not at top of file
9 E402, 9 E402,
10 # E731: do not assign a lambda expression, use a def
11 E731,
10 # W503: Line break before binary operator 12 # W503: Line break before binary operator
11 W503, 13 W503,
12 # W504: Line break after binary operator 14 # W504: Line break after binary operator