Skip to content

Commit 7cdb9d0

Browse files
authored
build: update pre-commit hooks (#147)
1 parent a831a0c commit 7cdb9d0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
args: [--autofix, --indent, '2']
4646

4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: 42c9da3b3cbac316e81728c3bef37fe1c7457099 # frozen: 0.28.4
48+
rev: 96ee1570b119e6337aafcc2f299bb0d902b68328 # frozen: 0.28.6
4949
hooks:
5050
- id: check-dependabot
5151
- id: check-github-workflows
@@ -73,14 +73,14 @@ repos:
7373
- mdformat-mkdocs[recommended]>=v2.0.7
7474

7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: f42857794802b6a77b0e66f08803575aa80d3c8f # frozen: v0.4.7
76+
rev: 1dc9eb131c2ea4816c708e4d85820d2cc8542683 # frozen: v0.5.0
7777
hooks:
7878
- id: ruff
7979
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
8080
- id: ruff-format
8181

8282
- repo: https://github.com/pre-commit/mirrors-mypy
83-
rev: e5ea6670624c24f8321f6328ef3176dbba76db46 # frozen: v1.10.0
83+
rev: 6f546f30c2b142ad5b3edcf20e3d27cf1789b932 # frozen: v1.10.1
8484
hooks:
8585
- id: mypy
8686
args: [--config-file=pyproject.toml]
@@ -97,7 +97,7 @@ repos:
9797
- id: sp-repo-review
9898

9999
- repo: https://github.com/crate-ci/typos
100-
rev: bc15d7754beed1901b9b1ed1413c72af82bcec2e # frozen: v1.22.0
100+
rev: b76c30806bd21902f2a626258adf6664aeec5a41 # frozen: v1.22.9
101101
hooks:
102102
- id: typos
103103
args: [--force-exclude]

0 commit comments

Comments
 (0)