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

14 lines
237 B
YAML
Raw Normal View History

2024-02-14 08:52:01 +00:00
repos:
- repo: local
hooks:
- id: linter
name: linter
entry: hatch run lint
2024-02-14 08:52:01 +00:00
language: system
types: [python]
- id: format
name: format
entry: hatch run format --diff
2024-02-14 08:52:01 +00:00
language: system
types: [python]