Skip to content

Commit 1026dc2

Browse files
chore(deps): update all dependencies
1 parent 86ac278 commit 1026dc2

File tree

2 files changed

+293
-219
lines changed

2 files changed

+293
-219
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: check-useless-excludes
1010
- repo: https://github.com/astral-sh/uv-pre-commit
11-
rev: 0.9.11
11+
rev: 0.9.13
1212
hooks:
1313
- id: uv-sync
1414
- id: uv-lock
@@ -62,15 +62,15 @@ repos:
6262
alias: toml
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.14.6
65+
rev: v0.14.7
6666
hooks:
6767
- id: ruff-format
6868
alias: ruff
6969
- id: ruff-check
7070
alias: ruff
7171

7272
- repo: https://github.com/jsh9/pydoclint
73-
rev: "0.8.2"
73+
rev: "0.8.3"
7474
hooks:
7575
- id: pydoclint
7676
# This allows automatic reduction of the baseline file when needed.
@@ -92,7 +92,7 @@ repos:
9292
- tox
9393

9494
- repo: https://github.com/pre-commit/mirrors-mypy.git
95-
rev: v1.18.2
95+
rev: v1.19.0
9696
hooks:
9797
- id: mypy
9898
additional_dependencies:

0 commit comments

Comments
 (0)