Skip to content

Commit 74d7cd7

Browse files
[pre-commit.ci] Mise à jour des git hooks.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0)
1 parent e1328e1 commit 74d7cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ repos:
2828
- "--py39-plus"
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: "v0.14.10"
31+
rev: "v0.14.14"
3232
hooks:
3333
- id: ruff
3434
args:
3535
- --fix-only
3636

3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 25.12.0
38+
rev: 26.1.0
3939
hooks:
4040
- id: black
4141

0 commit comments

Comments
 (0)