Skip to content

Commit 17ee68b

Browse files
committed
PTHMINT-44: Remove code ANN102 from ruff ignore
1 parent 48a9960 commit 17ee68b

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
@@ -98,7 +98,6 @@ extend-safe-fixes = [
9898
"D415", # docstrings should end with a period, question mark, or exclamation point
9999
]
100100
ignore = [
101-
"ANN102", # missing type annotation for cls
102101
"ANN201",
103102
"ANN204",
104103
"ANN401",

0 commit comments

Comments
 (0)