Skip to content

Commit 0adc783

Browse files
committed
chore(pre-commit): Improve names for ruff hooks
1 parent f842ec7 commit 0adc783

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ repos:
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
rev: v0.7.4
1616
hooks:
17-
- id: ruff
17+
- name: ruff check --fix
18+
id: ruff
1819
args: [ --fix ]
19-
- id: ruff-format
20-
- id: ruff
20+
- name: ruff format
21+
id: ruff-format
22+
- name: fix implicit string concatenation
23+
id: ruff
2124
args: [ --select, ISC001, --fix ]

0 commit comments

Comments
 (0)