Skip to content

Commit b8cc14e

Browse files
chore: ISC rules do not conflict with the formatter any more
https://astral.sh/blog/ruff-v0.9.0#fewer-single-line-implicitly-concatenated-strings
1 parent 9acf3d4 commit b8cc14e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: check-toml
1313
- id: check-added-large-files
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.12.2
15+
rev: v0.12.7
1616
hooks:
1717
- id: ruff-check
1818
args: [ --fix ]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ skip_install = true
7373
commands =
7474
ruff check --fix
7575
ruff format
76-
ruff check --select ISC001
7776

7877
[testenv:spellcheck]
7978
description = Check spelling

0 commit comments

Comments
 (0)