Skip to content

Commit 94be229

Browse files
authored
Update pyproject.toml
1 parent f716dd0 commit 94be229

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ include = [
6868

6969
[tool.ruff.lint]
7070
ignore = [
71-
"A002", # shadowing built-in
72-
"ANN101", # missing type annotation for self in method
73-
"ANN102", # missing type annotation for cls in classmethod
71+
"A002", # shadowing built-in name
72+
"A004", # shadowing built-in
7473
"ANN202", # missing return type for private method
7574
"ANN401", # typing.Any usage
7675
"D203", # 1 blank line required before class docstring

0 commit comments

Comments
 (0)