Skip to content

Commit 37f3aca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...0.36.0) - [github.com/woodruffw/zizmor-pre-commit: v1.14.2 → v1.19.0](zizmorcore/zizmor-pre-commit@v1.14.2...v1.19.0) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.30.0](gitleaks/gitleaks@v8.28.0...v8.30.0)
1 parent 135c5d6 commit 37f3aca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.20.0
6+
rev: v3.21.2
77
hooks:
88
- id: pyupgrade
99
args: [ '--py310-plus' ]
@@ -52,7 +52,7 @@ repos:
5252
- id: rst-inline-touching-normal
5353
- id: text-unicode-replacement-char
5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.13.3
55+
rev: v0.14.10
5656
hooks:
5757
- id: ruff-check
5858
args: [ '--fix', '--show-fixes' ]
@@ -83,17 +83,17 @@ repos:
8383
# - id: numpydoc-validation
8484
# exclude: ^docs/|^tests/
8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: 0.34.0
86+
rev: 0.36.0
8787
hooks:
8888
- id: check-github-workflows
8989
- id: check-readthedocs
9090
- repo: https://github.com/woodruffw/zizmor-pre-commit
91-
rev: v1.14.2
91+
rev: v1.19.0
9292
hooks:
9393
- id: zizmor
9494
args: [ '--config=.zizmor.yml' ]
9595
- repo: https://github.com/gitleaks/gitleaks
96-
rev: v8.28.0
96+
rev: v8.30.0
9797
hooks:
9898
- id: gitleaks
9999
- repo: meta

0 commit comments

Comments
 (0)