diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4590e25a..ca5cd90e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - repo: local hooks: - id: lint - language: script + language: system name: Check formatting and lint entry: make lint stages: [commit]