Skip to content

Commit 8b96a3b

Browse files
[pre-commit.ci] Mise à jour des git hooks.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.12.2](astral-sh/ruff-pre-commit@v0.8.6...v0.12.2) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent a6929dd commit 8b96a3b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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.8.6"
25+
rev: "v0.12.2"
2626
hooks:
2727
- id: ruff
2828
args: ["--fix-only", "--target-version=py38"]
2929

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

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

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

0 commit comments

Comments
 (0)