8000 chore: Simplify implicit-string-concatenation rules · nipy/nibabel@ac43481 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac43481

Browse files
chore: Simplify implicit-string-concatenation rules
Starting with ruff 0.9.1, ISC001 and ISC002 linter rules are compatible with the formatter when used together. There is no need to apply ISC001 once again after running the formatter.
1 parent 5aca3f2 commit ac43481

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ repos:
2020
exclude: = ["doc", "tools"]
2121
- id: ruff-format
2222
exclude: = ["doc", "tools"]
23-
- id: ruff
24-
args: [ --select, ISC001, --fix ]
25-
exclude: = ["doc", "tools"]
2623
- repo: https://github.com/pre-commit/mirrors-mypy
2724
rev: v1.14.1
2825
hooks:

0 commit comments

Comments
 (0)
0