mirror of
https://github.com/beetbox/beets.git
synced 2026-05-18 03:00:30 -04:00
13 lines
283 B
YAML
13 lines
283 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
|
|
entry: poe format
|
|
language: system
|
|
files: '.*.py'
|
|
pass_filenames: true
|