Skip to content

Commit 5e680af

Browse files
Enable ruff/flake8-implicit-str-concat rules ISC001 and ISC002
Starting with ruff 0.9.1, they are documented to be compatible with the ruff formatter, if they are both enabled.
1 parent 468b65e commit 5e680af

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
@@ -326,8 +326,6 @@ ignore = [
326326
"Q003",
327327
"COM812",
328328
"COM819",
329-
"ISC001",
330-
"ISC002",
331329
]
332330

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

0 commit comments

Comments
 (0)