Skip to content

Commit 3174373

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

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
@@ -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)