Skip to content

Commit 2d4ee1e

Browse files
chore(deps): update all dependencies
1 parent 5b9efd4 commit 2d4ee1e

File tree

3 files changed

+295
-221
lines changed

3 files changed

+295
-221
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.15
1212
hooks:
1313
- id: uv-sync
1414
- id: uv-lock
@@ -62,23 +62,23 @@ 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.
7777
entry: sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
7878
pass_filenames: false
7979

8080
- repo: https://github.com/pycqa/pylint.git
81-
rev: v4.0.3
81+
rev: v4.0.4
8282
hooks:
8383
- id: pylint
8484
args:
@@ -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:

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[tools]
2-
python = "3.14.0"
2+
python = "3.14.1"

0 commit comments

Comments
 (0)