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 f698801 commit 2c3a2ed
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 @@ -128,7 +128,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 2c3a2ed

Please sign in to comment.