Skip to content

Commit 8a0bd3b

Browse files
Upgrade ruff to 0.9.1 (#688)
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]>
1 parent b8e40f7 commit 8a0bd3b

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
@@ -219,8 +219,6 @@ ignore = [
219219
"Q003",
220220
"COM812",
221221
"COM819",
222-
"ISC001",
223-
"ISC002",
224222
]
225223

226224
[tool.ruff.lint.extend-per-file-ignores]

0 commit comments

Comments
 (0)