Skip to content

Commit 490fa67

Browse files
ISC rules do not conflict with the formatter anymore (#564)
Starting with ruff 0.9.0, rules ISC001 and ISC002 are compatible with the ruff formatter: * https://astral.sh/blog/ruff-v0.9.0#fewer-single-line-implicitly-concatenated-strings * astral-sh/ruff#15123
1 parent 96e49a3 commit 490fa67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ extend-select = [
291291
ignore = [
292292
"PLR09", # Too many <...>
293293
"PLR2004", # Magic value used in comparison
294-
"ISC001", # Conflicts with formatter
295294
]
296295
isort.required-imports = ["from __future__ import annotations"]
297296
# Uncomment if using a _compat.typing backport

0 commit comments

Comments
 (0)