Skip to content

Commit c70ce64

Browse files
authored
Remove deprecated ruff rule
warning: The following rules have been removed and ignoring them has no effect: - ANN101
1 parent d91d0cf commit c70ce64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ extend-exclude = ["migrations"]
4646
[tool.ruff.lint]
4747
select = ["ALL"]
4848
ignore = [
49-
"ANN101", # Missing Type Annotation for "self"
5049
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed in `**kwargs`"
5150
"ARG001", # Unused function argument (request, ...)
5251
"ARG002", # Unused method argument (*args, **kwargs)

0 commit comments

Comments
 (0)