Skip to content

Commit 68a5066

Browse files
committed
Merge pull request #161 from bfredl/lint
lint: ignore E731 "do not assign a lambda expression"
2 parents 42a73b7 + aded496 commit 68a5066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[flake8]
2-
ignore = D211
2+
ignore = D211,E731

0 commit comments

Comments
 (0)