From 32130774d7ef57e514b0c76d75bccbe1549d1459 Mon Sep 17 00:00:00 2001 From: Simon Sawicki Date: Sun, 5 May 2024 21:40:16 +0200 Subject: [PATCH] Run `fix` on pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]