aboutsummaryrefslogtreecommitdiff
path: root/.pre-commit-hatch.yaml
blob: fb7d25e1db54ffab23cd97c1766fda3b6795f789 (plain) (blame)
1
2
3
4
5
6
7
8
9
repos:
- repo: local
  hooks:
  - id: fix
    name: Apply code fixes
    entry: hatch fmt
    language: system
    types: [python]
    require_serial: true