We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91d0cf commit c70ce64Copy full SHA for c70ce64
pyproject.toml
@@ -46,7 +46,6 @@ extend-exclude = ["migrations"]
46
[tool.ruff.lint]
47
select = ["ALL"]
48
ignore = [
49
- "ANN101", # Missing Type Annotation for "self"
50
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed in `**kwargs`"
51
"ARG001", # Unused function argument (request, ...)
52
"ARG002", # Unused method argument (*args, **kwargs)
0 commit comments