Run `fix` on pre-commit

This commit is contained in:
Simon Sawicki 2024-05-05 21:40:16 +02:00
parent 3684821140
commit 32130774d7
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -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]