diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fb74dab..58ec8db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - repo: local hooks: - id: format - name: Format code + name: format description: Format code entry: make format language: system