We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b3382 commit cccb4a1Copy full SHA for cccb4a1
pyproject.toml
@@ -170,8 +170,11 @@ disable = [
170
# pylint's unsubscriptable check is buggy and is not needed because
171
# it is a type-check, for which we already have mypy.
172
"unsubscriptable-object",
173
+ "no-member",
174
# Checked by flake8
175
+ "f-string-without-interpolation",
176
"line-too-long",
177
+ "missing-function-docstring",
178
"redefined-outer-name",
179
"unnecessary-lambda-assignment",
180
"unused-import",
0 commit comments