yt-dlp/.pre-commit-config.yaml
2024-02-14 12:03:05 +01:00

16 lines
290 B
YAML

repos:
- repo: local
hooks:
- id: linter
name: linter
entry: hatch run lint --no-fix
language: system
types: [python]
pass_filenames: false
- id: format
name: format
entry: hatch run format
language: system
types: [python]
pass_filenames: true