Skip to content

Commit 947271a

Browse files
authored
build: update pre-commit hooks (#266)
1 parent 6871542 commit 947271a

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
@@ -45,13 +45,13 @@ repos:
4545
args: [--autofix, --indent, '2']
4646

4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: a20fe80ebdd4aec6791598c9ff559985580f91ea # frozen: 0.31.1
48+
rev: 84080c769d17e250eb32ac0d10662c7bf03ad346 # frozen: 0.31.3
4949
hooks:
5050
- id: check-dependabot
5151
- id: check-github-workflows
5252

5353
- repo: https://github.com/tox-dev/pyproject-fmt
54-
rev: 6b2f3b33754de7a442043dc312fc5a0e473086d2 # frozen: v2.5.0
54+
rev: 57b6ff7bf72affdd12c7f3fd6de761ba18a33b3a # frozen: v2.5.1
5555
hooks:
5656
- id: pyproject-fmt
5757

@@ -80,14 +80,14 @@ repos:
8080
- ruff==0.6.1
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: 871f3bcae4fe473cd7109c3a068db975dc035e3b # frozen: v0.9.4
83+
rev: 99abe27a5a16f301d9e0a3828181399dfbf54ebd # frozen: v0.11.0
8484
hooks:
8585
- id: ruff
8686
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
8787
- id: ruff-format
8888

8989
- repo: https://github.com/pre-commit/mirrors-mypy
90-
rev: bbc3dc1f890007061f18f17e2334f216ea9e5df7 # frozen: v1.14.1
90+
rev: f40886d54c729f533f864ed6ce584e920feb0af7 # frozen: v1.15.0
9191
hooks:
9292
- id: mypy
9393
args: [--config-file=pyproject.toml]
@@ -106,7 +106,7 @@ repos:
106106
- id: sp-repo-review
107107

108108
- repo: https://github.com/crate-ci/typos
109-
rev: e59f226fadcb05a1440bd8b35ee994a9d21bf03b # frozen: typos-dict-v0.12.4
109+
rev: 2300ad1b6b5c37da54bcafb1a06211196503eac9 # frozen: v1
110110
hooks:
111111
- id: typos
112112
args: [--force-exclude]

0 commit comments

Comments
 (0)