Skip to content

Commit ae5753f

Browse files
committed
Remove pylint check for lambdas
I personally don't think this is a valuable check
1 parent b7612de commit ae5753f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ disable =
1515
cyclic-import,
1616
locally-disabled,
1717
file-ignored,
18-
no-else-return
18+
no-else-return,
19+
unnecessary-lambda
1920

2021
[REPORTS]
2122
output-format = text

0 commit comments

Comments
 (0)