mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 04:52:49 +01:00
14 lines
314 B
YAML
14 lines
314 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
|
|
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.12.0
|
|
hooks:
|
|
- id: black
|
|
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.11.4
|
|
hooks:
|
|
- id: isort
|
|
name: isort (python)
|