chore: pin Black & Ruff hook versions

This commit is contained in:
Bertozzi Barbara
2025-07-24 19:35:51 +02:00
parent c29a59a4b3
commit 34367c54af

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/psf/black
rev: 25.1.0
hooks: [{ id: black }]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.5
hooks: [{ id: ruff }]