Skip to content

Commit cccb4a1

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,11 @@ disable = [
170170
# pylint's unsubscriptable check is buggy and is not needed because
171171
# it is a type-check, for which we already have mypy.
172172
"unsubscriptable-object",
173+
"no-member",
173174
# Checked by flake8
175+
"f-string-without-interpolation",
174176
"line-too-long",
177+
"missing-function-docstring",
175178
"redefined-outer-name",
176179
"unnecessary-lambda-assignment",
177180
"unused-import",

0 commit comments

Comments
 (0)