Skip to content

Commit b30dff7

Browse files
authored
Merge pull request #115 from rok4/pre-commit-ci-update-config
[pre-commit.ci] Mise à jour des git hooks.
2 parents 11ca463 + e724d95 commit b30dff7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ".venv|__pycache__|tests/dev/|tests/fixtures/"
22
fail_fast: false
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ["--maxkb=1024"]
@@ -22,19 +22,19 @@ repos:
2222
args: [--markdown-linebreak-ext=md]
2323

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

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

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

0 commit comments

Comments
 (0)