Skip to content

Commit 3578ca3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.5.0...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.13.0](pre-commit/mirrors-mypy@v1.10.1...v1.13.0) - [github.com/gitleaks/gitleaks: v8.18.4 → v8.21.2](gitleaks/gitleaks@v8.18.4...v8.21.2) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.4](python-jsonschema/check-jsonschema@0.28.6...0.29.4)
1 parent 62f28f0 commit 3578ca3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: prettier
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-merge-conflict
@@ -20,16 +20,16 @@ repos:
2020
args:
2121
- --allow-missing-credentials
2222
- repo: https://github.com/psf/black
23-
rev: 24.4.2
23+
rev: 24.10.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.5.0
27+
rev: v0.7.1
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix]
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.10.1
32+
rev: v1.13.0
3333
hooks:
3434
- id: mypy
3535
args: [--no-strict-optional, --ignore-missing-imports]
@@ -47,14 +47,14 @@ repos:
4747
hooks:
4848
- id: shellcheck
4949
- repo: https://github.com/gitleaks/gitleaks
50-
rev: v8.18.4
50+
rev: v8.21.2
5151
hooks:
5252
- id: gitleaks
5353
# The hook runs 'gitleaks protect --staged' which parses output of
5454
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
55-
stages: [commit]
55+
stages: [pre-commit]
5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: 0.28.6
57+
rev: 0.29.4
5858
hooks:
5959
- id: check-github-workflows
6060
args: ["--verbose"]

0 commit comments

Comments
 (0)