There was an error while loading. Please reload this page.
1 parent 197d1f2 commit 940c24dCopy full SHA for 940c24d
1 file changed
.flake8
@@ -1,6 +1,6 @@
1
[flake8]
2
ignore =
3
- # E731: do not assign a lambda expression, use a def
+ # E731: do not assign a lambda expression, use a def,B042
4
E731
5
# W503: line break before binary operator (flake8 is not PEP8 compliant)
6
W503
0 commit comments