]> jfr.im git - yt-dlp.git/blame - .pre-commit-hatch.yaml
[misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409)
[yt-dlp.git] / .pre-commit-hatch.yaml
CommitLineData
e897bd82
SS
1repos:
2- repo: local
3 hooks:
4 - id: fix
5 name: Apply code fixes
6 entry: hatch fmt
7 language: system
8 types: [python]
9 require_serial: true