Skip to content

Commit e0c4bce

Browse files
Merge pull request #2447 from VWS-Python/fix-yamlfix-name
Fix the name of the yamlfix pre-commit hook
2 parents 28621ad + f1abe83 commit e0c4bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ repos:
299299
additional_dependencies: [uv]
300300

301301
- id: yamlfix
302-
name: pyproject-fmt
302+
name: yamlfix
303303
entry: uv run --extra=dev yamlfix
304304
language: python
305305
types_or: [yaml]

0 commit comments

Comments
 (0)