We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f716dd0 commit 94be229Copy full SHA for 94be229
pyproject.toml
@@ -68,9 +68,8 @@ include = [
68
69
[tool.ruff.lint]
70
ignore = [
71
- "A002", # shadowing built-in
72
- "ANN101", # missing type annotation for self in method
73
- "ANN102", # missing type annotation for cls in classmethod
+ "A002", # shadowing built-in name
+ "A004", # shadowing built-in
74
"ANN202", # missing return type for private method
75
"ANN401", # typing.Any usage
76
"D203", # 1 blank line required before class docstring
0 commit comments