Ensure that pre-commit ruff version is in sync with dependencies

This commit is contained in:
Šarūnas Nejus 2025-05-07 02:54:55 +01:00
parent 16a6cb1340
commit 36d42c5b6f
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -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