mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 05:23:05 +01:00
8 lines
219 B
YAML
8 lines
219 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/astral-sh/ruff-pre-commit
|
|
rev: v0.8.1
|
|
hooks:
|
|
- id: ruff-format
|