Skip to content

Commit 216e89d

Browse files
authored
chore: Remove ignore for ANN101 in ruff config (#220)
Removed in ruff 0.8.0 https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md#080
1 parent c65354c commit 216e89d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ extend-select = [
1818
"ANN",
1919
"RUF",
2020
]
21-
ignore = [
22-
"ANN101", # missing-type-self: This can be inferred and will be deprecated by ruff
23-
]
2421

2522
[tool.ruff.lint.extend-per-file-ignores]
2623
"*.ipynb" = [

0 commit comments

Comments
 (0)