Skip to content

Commit d57ce88

Browse files
committed
🐭 Fix name of linting pre-commit hook
1 parent a75c8fd commit d57ce88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ā€Žtemplate/.pre-commit-config.yaml.jinjaā€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ repos:
66
entry: hatch fmt -f
77
language: system
88
types: [python]
9-
- id: Lint with Ruff
10-
name: lint
9+
- id: lint
10+
name: Lint with Ruff
1111
entry: hatch fmt -l
1212
language: system
1313
types: [python]

0 commit comments

Comments
Ā (0)