Skip to content

Commit c7eb0d0

Browse files
authored
Merge pull request #89 from rok4/pre-commit-ci-update-config
[pre-commit.ci] Mise à jour des git hooks.
2 parents 75fdde2 + e9f8480 commit c7eb0d0

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

3030
- repo: https://github.com/psf/black
31-
rev: 24.3.0
31+
rev: 24.4.2
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.15.2
43+
rev: v3.16.0
4444
hooks:
4545
- id: pyupgrade
4646
args:

0 commit comments

Comments
 (0)