Skip to content

Commit 07de449

Browse files
committed
⬆ Update project dependencies and pre-commit hooks
1 parent 48c8908 commit 07de449

2 files changed

Lines changed: 82 additions & 77 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.21
66+
rev: 0.9.26
6767
hooks:
6868
- id: uv-lock
6969

@@ -78,7 +78,7 @@ repos:
7878

7979
# general formatting
8080
- repo: https://github.com/Lucas-C/pre-commit-hooks
81-
rev: v1.5.5
81+
rev: v1.5.6
8282
hooks:
8383
- id: forbid-tabs
8484
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
@@ -95,7 +95,7 @@ repos:
9595
- mdformat-footnote
9696
- mdformat-gfm-alerts
9797
- repo: https://github.com/adrienverge/yamllint
98-
rev: v1.37.1
98+
rev: v1.38.0
9999
hooks:
100100
- id: yamllint
101101

@@ -116,7 +116,7 @@ repos:
116116
- id: blacken-docs
117117
additional_dependencies: [black==25.12.0]
118118
- repo: https://github.com/astral-sh/ruff-pre-commit
119-
rev: v0.14.10
119+
rev: v0.14.13
120120
hooks:
121121
- id: ruff-check
122122
alias: ruff-isort
@@ -156,7 +156,7 @@ repos:
156156

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

0 commit comments

Comments
 (0)