diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e559e914..ca1493026 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,8 @@ repos: - repo: local hooks: - - id: check - name: code check (run hatch run fix if it fails) - entry: hatch run check + - id: fix + name: Apply code fixes + entry: hatch run fix language: system types: [python]