diff --git a/pyproject.toml b/pyproject.toml index 263018e7..e142361d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -170,8 +170,11 @@ disable = [ # pylint's unsubscriptable check is buggy and is not needed because # it is a type-check, for which we already have mypy. "unsubscriptable-object", + "no-member", # Checked by flake8 + "f-string-without-interpolation", "line-too-long", + "missing-function-docstring", "redefined-outer-name", "unnecessary-lambda-assignment", "unused-import",