yt-dlp/.pre-commit-config.yaml

9 lines
167 B
YAML
Raw Normal View History

2024-02-14 08:52:01 +00:00
repos:
- repo: local
hooks:
2024-02-15 23:31:37 +00:00
- id: check
2024-03-15 21:28:47 +00:00
name: code check (run hatch run fix if it fails)
2024-02-15 23:31:37 +00:00
entry: hatch run check
2024-02-14 08:52:01 +00:00
language: system
types: [python]