diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58340dd0d..8fcbf53c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - id: lint name: lint description: "Lint and sort" - entry: make lint + entry: make lint.check pass_filenames: false require_serial: true language: system