Skip to content

Commit d9cfe81

Browse files
DimitriPapadopouloseffigies
authored andcommitted
MNT: no need to re-run ruff check after ruff format
Running `ruff check` then `ruff format` should always do the right thing. No need to rerun `ruff check` specifically for `ISC001`.
1 parent 7c6e433 commit d9cfe81

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
@@ -19,6 +19,3 @@ repos:
1919
args: [ --fix ]
2020
- name: ruff format
2121
id: ruff-format
22-
- name: fix implicit string concatenation
23-
id: ruff
24-
args: [ --select, ISC001, --fix ]

0 commit comments

Comments
 (0)