Skip to content

Commit 0e3bd35

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.9.1](astral-sh/ruff-pre-commit@v0.7.2...v0.9.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.23.0](gitleaks/gitleaks@v8.21.2...v8.23.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.0](python-jsonschema/check-jsonschema@0.29.4...0.31.0)
1 parent 1196ff1 commit 0e3bd35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.7.2
7+
rev: v0.9.1
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.13.0
13+
rev: v1.14.1
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.21.2
47+
rev: v8.23.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.29.4
54+
rev: 0.31.0
5555
hooks:
5656
- id: check-github-workflows
5757
args: ["--verbose"]

0 commit comments

Comments
 (0)