Skip to content

Commit

Permalink
chore: rename pre-commit local hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Mar 2, 2024
1 parent 3539ab4 commit 32a4394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ repos:
- repo: local
hooks:
- id: format
name: Format code
name: format
description: Format code
entry: make format
language: system
pass_filenames: false
always_run: true

- id: lint
name: Lint code
name: lint
description: Lint code
entry: make lint
language: system
Expand Down

0 comments on commit 32a4394

Please sign in to comment.