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 8f741b7 commit 3174373Copy full SHA for 3174373
pyproject.toml
@@ -164,8 +164,11 @@ disable = [
164
# pylint's unsubscriptable check is buggy and is not needed because
165
# it is a type-check, for which we already have mypy.
166
"unsubscriptable-object",
167
+ "no-member",
168
# Checked by flake8
169
+ "f-string-without-interpolation",
170
"line-too-long",
171
+ "missing-function-docstring",
172
"redefined-outer-name",
173
"unnecessary-lambda-assignment",
174
"unused-import",
0 commit comments