Skip to content

Commit c9fa537

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.12.5](astral-sh/ruff-pre-commit@v0.9.2...v0.12.5) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.17.0](pre-commit/mirrors-mypy@v1.14.1...v1.17.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 c9fa537

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.5
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.0
1414
hooks:
1515
- id: mypy
1616
args: [--no-strict-optional, --ignore-missing-imports]
@@ -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)