Skip to content

Commit 30a5b7f

Browse files
committed
Add some missing pylint checks to the disabled list
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 7aaa3e7 commit 30a5b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,11 @@ disable = [
164164
# pylint's unsubscriptable check is buggy and is not needed because
165165
# it is a type-check, for which we already have mypy.
166166
"unsubscriptable-object",
167+
"no-member",
167168
# Checked by flake8
169+
"f-string-without-interpolation",
168170
"line-too-long",
171+
"missing-function-docstring",
169172
"redefined-outer-name",
170173
"unnecessary-lambda-assignment",
171174
"unused-import",

0 commit comments

Comments
 (0)