Skip to content

Commit 7603e5e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.12.8](astral-sh/ruff-pre-commit@v0.9.2...v0.12.8) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.17.1](pre-commit/mirrors-mypy@v1.14.1...v1.17.1) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/gitleaks/gitleaks: v8.23.1 → v8.28.0](gitleaks/gitleaks@v8.23.1...v8.28.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.33.2](python-jsonschema/check-jsonschema@0.31.0...0.33.2)
1 parent 628ec47 commit 7603e5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.9.2
7+
rev: v0.12.8
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]
1111
- id: ruff-format
1212
- repo: https://github.com/pre-commit/mirrors-mypy
13-
rev: v1.14.1
13+
rev: v1.17.1
1414
hooks:
1515
- id: mypy
1616
args: [--no-strict-optional, --ignore-missing-imports]
@@ -24,15 +24,15 @@ repos:
2424
# types-cachetools,
2525
]
2626
- repo: https://github.com/shellcheck-py/shellcheck-py
27-
rev: v0.10.0.1
27+
rev: v0.11.0.1
2828
hooks:
2929
- id: shellcheck
3030
- repo: https://github.com/pre-commit/mirrors-prettier
3131
rev: v4.0.0-alpha.8
3232
hooks:
3333
- id: prettier
3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v5.0.0
35+
rev: v6.0.0
3636
hooks:
3737
- id: check-added-large-files
3838
- id: check-merge-conflict
@@ -44,14 +44,14 @@ repos:
4444
args:
4545
- --allow-missing-credentials
4646
- repo: https://github.com/gitleaks/gitleaks
47-
rev: v8.23.1
47+
rev: v8.28.0
4848
hooks:
4949
- id: gitleaks
5050
# The hook runs 'gitleaks protect --staged' which parses output of
5151
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
5252
stages: [pre-commit]
5353
- repo: https://github.com/python-jsonschema/check-jsonschema
54-
rev: 0.31.0
54+
rev: 0.33.2
5555
hooks:
5656
- id: check-github-workflows
5757
args: ["--verbose"]

0 commit comments

Comments
 (0)