We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4958d6b commit 7fd22bcCopy full SHA for 7fd22bc
pyproject.toml
@@ -30,6 +30,7 @@ line-length = 120
30
fix = true
31
show-fixes = true
32
ignore = [
33
+ "B904", # raise-without-from-inside-except; not python2 compatible
34
"B905", # zip-without-explicit-strict; not python2 compatible
35
"E501", # line-too-long; handled by `black` formatting
36
"E731", # lambda-assignment
0 commit comments