mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Ensure that pre-commit ruff version is in sync with dependencies
This commit is contained in:
parent
16a6cb1340
commit
36d42c5b6f
1 changed files with 7 additions and 3 deletions
|
|
@ -2,7 +2,11 @@
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: local
|
||||||
rev: v0.8.1
|
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-format
|
- id: format
|
||||||
|
name: Format
|
||||||
|
entry: poe format
|
||||||
|
language: system
|
||||||
|
files: '.*.py'
|
||||||
|
pass_filenames: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue