Run `fix` on pre-commit

pull/7409/head
Simon Sawicki 4 weeks ago
parent 3684821140
commit 32130774d7
No known key found for this signature in database

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

Loading…
Cancel
Save