Skip to content

Commit 8cc74a7

Browse files
committed
⬆️ Update pre-commit hook versions
1 parent 71961b8 commit 8cc74a7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ^.cruft.json|.copier-answers.yml$
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
# filesystem
88
- id: check-illegal-windows-names
@@ -62,7 +62,7 @@ repos:
6262
hooks:
6363
- id: sync-pre-commit-deps
6464
- repo: https://github.com/astral-sh/uv-pre-commit
65-
rev: 0.8.0
65+
rev: 0.8.13
6666
hooks:
6767
- id: uv-lock
6868

@@ -81,7 +81,7 @@ repos:
8181
hooks:
8282
- id: forbid-tabs
8383
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
84-
rev: 3.2.1
84+
rev: 3.4.0
8585
hooks:
8686
- id: editorconfig-checker
8787
exclude_types: [jupyter]
@@ -117,15 +117,15 @@ repos:
117117
additional_dependencies:
118118
- black==25.1.0
119119
- repo: https://github.com/astral-sh/ruff-pre-commit
120-
rev: v0.12.4
120+
rev: v0.12.11
121121
hooks:
122122
- id: ruff
123123
alias: ruff-isort
124124
name: ruff isort
125125
args: ["--select", "I001", "--fix"]
126126
- id: ruff
127127
- repo: https://github.com/pre-commit/mirrors-mypy
128-
rev: v1.17.0
128+
rev: v1.17.1
129129
hooks:
130130
- id: mypy
131131
name: mypy (without imports)
@@ -139,7 +139,7 @@ repos:
139139
additional_dependencies:
140140
- validate-pyproject-schema-store[all]
141141
- repo: https://github.com/python-jsonschema/check-jsonschema
142-
rev: 0.33.2
142+
rev: 0.33.3
143143
hooks:
144144
- id: check-dependabot
145145
- id: check-github-actions
@@ -152,13 +152,13 @@ repos:
152152

153153
# shell scripts
154154
- repo: https://github.com/shellcheck-py/shellcheck-py
155-
rev: v0.10.0.1
155+
rev: v0.11.0.1
156156
hooks:
157157
- id: shellcheck
158158

159159
# spell checks
160160
- repo: https://github.com/adhtruong/mirrors-typos
161-
rev: v1.34.0
161+
rev: v1.35.5
162162
hooks:
163163
- id: typos
164164
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)