Skip to content

Commit b8037ae

Browse files
[pre-commit.ci] Mise à jour des git hooks.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2)
1 parent b30dff7 commit b8037ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ repos:
2222
args: [--markdown-linebreak-ext=md]
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: "v0.13.3"
25+
rev: "v0.14.10"
2626
hooks:
2727
- id: ruff
2828
args: ["--fix-only", "--target-version=py38"]
2929

3030
- repo: https://github.com/psf/black-pre-commit-mirror
31-
rev: 25.9.0
31+
rev: 25.12.0
3232
hooks:
3333
- id: black
3434
args: ["--target-version=py38"]
3535

3636
- repo: https://github.com/pycqa/isort
37-
rev: 6.1.0
37+
rev: 7.0.0
3838
hooks:
3939
- id: isort
4040
args: ["--profile", "black", "--filter-files"]
4141

4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.20.0
43+
rev: v3.21.2
4444
hooks:
4545
- id: pyupgrade
4646
args:

0 commit comments

Comments
 (0)