Skip to content

Commit

Permalink
Ruff rule ANN101 was removed, so we can safely stop ignoring it
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-ballarin committed Nov 23, 2024
1 parent bfc681e commit dbc9a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ line-length = 120

[tool.ruff.lint]
select = ["ANN", "D", "E", "F", "FLY", "ICN", "N", "NPY", "Q", "RUF", "UP", "W"]
ignore = ["ANN101"]
ignore = []
exclude = ["*.ipynb"]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit dbc9a9b

Please sign in to comment.