diff options
-rw-r--r-- | .flake8 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |