Skip to content

Commit d0cfd9c

Browse files
committed
⬆️ Update dependencies and pre-commit hooks
1 parent cf3046e commit d0cfd9c

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ repos:
6363
- id: sync-pre-commit-deps
6464
args: [--yaml-mapping, '2', --yaml-sequence, '4', --yaml-offset, '2']
6565
- repo: https://github.com/astral-sh/uv-pre-commit
66-
rev: 0.9.8
66+
rev: 0.9.11
6767
hooks:
6868
- id: uv-lock
6969

@@ -82,7 +82,7 @@ repos:
8282
hooks:
8383
- id: forbid-tabs
8484
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
85-
rev: 3.4.1
85+
rev: 3.5.0
8686
hooks:
8787
- id: editorconfig-checker
8888
exclude_types: [jupyter]
@@ -116,7 +116,7 @@ repos:
116116
- id: blacken-docs
117117
additional_dependencies: [black==25.11.0]
118118
- repo: https://github.com/astral-sh/ruff-pre-commit
119-
rev: v0.14.4
119+
rev: v0.14.6
120120
hooks:
121121
- id: ruff-check
122122
alias: ruff-isort
@@ -137,14 +137,14 @@ repos:
137137
- id: validate-pyproject
138138
additional_dependencies: ['validate-pyproject-schema-store[all]']
139139
- repo: https://github.com/python-jsonschema/check-jsonschema
140-
rev: 0.34.1
140+
rev: 0.35.0
141141
hooks:
142142
- id: check-dependabot
143143
- id: check-github-actions
144144
- id: check-github-workflows
145145
- id: check-readthedocs
146146
- repo: https://github.com/rhysd/actionlint
147-
rev: v1.7.8
147+
rev: v1.7.9
148148
hooks:
149149
- id: actionlint
150150

@@ -156,7 +156,7 @@ repos:
156156

157157
# spell checks
158158
- repo: https://github.com/adhtruong/mirrors-typos
159-
rev: v1.39.0
159+
rev: v1.39.2
160160
hooks:
161161
- id: typos
162162
- repo: https://github.com/codespell-project/codespell

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)