Skip to content

Commit

Permalink
Upgrade ruff to 0.9.1 (#688)
Browse files Browse the repository at this point in the history
Starting with ruff 0.9.1, rules ISC001/ISC002 are documented to
be compatible with the ruff formatter, if they are both enabled.
Enable them!

Co-authored-by: Deepak Cherian <[email protected]>
  • Loading branch information
DimitriPapadopoulos and dcherian authored Feb 7, 2025
1 parent b8e40f7 commit 8a0bd3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ ignore = [
"Q003",
"COM812",
"COM819",
"ISC001",
"ISC002",
]

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

0 comments on commit 8a0bd3b

Please sign in to comment.