mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 00:24:25 +01:00
18 lines
455 B
YAML
18 lines
455 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: format
|
|
name: Format Python files
|
|
entry: poe format
|
|
language: system
|
|
files: '.*.py'
|
|
pass_filenames: true
|
|
- id: format-docs
|
|
name: Format docs
|
|
entry: poe format-docs
|
|
language: system
|
|
files: '.*.rst'
|
|
pass_filenames: true
|