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 bed325f commit 01ee0ddCopy full SHA for 01ee0dd
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