Skip to content

Commit a6929dd

Browse files
authored
Merge pull request #93 from rok4/pre-commit-ci-update-config
[pre-commit.ci] Mise à jour des git hooks.
2 parents 87e7dd5 + 6c03554 commit a6929dd

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
@@ -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: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
args: ["--maxkb=1024"]
@@ -22,13 +22,13 @@ repos:
2222
args: [--markdown-linebreak-ext=md]
2323

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

3030
- repo: https://github.com/psf/black
31-
rev: 24.4.2
31+
rev: 24.10.0
3232
hooks:
3333
- id: black
3434
args: ["--target-version=py38"]
@@ -40,7 +40,7 @@ repos:
4040
args: ["--profile", "black", "--filter-files"]
4141

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

0 commit comments

Comments
 (0)