Skip to content

Commit 9a7157b

Browse files
authored
Update pyproject.toml
1 parent 389428e commit 9a7157b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ line-length = 120
8282
[tool.ruff.lint]
8383
select = ["ALL"]
8484
ignore = [
85-
"ANN101", # Missing type annotation for `self` in method
86-
"ANN102", # Missing type annotation for `{name}` in classmethod
8785
"ANN401", # Dynamically typed expressions (typing.Any) are disallowed in {filename}
8886
"ASYNC109", # Async function definition with a `timeout` parameter
8987
"BLE001", # Do not catch blind exception

0 commit comments

Comments
 (0)