Skip to content

Commit 77ff6e6

Browse files
chore(deps): update all dependencies (#540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44a2e5c commit 77ff6e6

File tree

2 files changed

+161
-173
lines changed

2 files changed

+161
-173
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: check-useless-excludes
1919
- repo: https://github.com/astral-sh/uv-pre-commit
20-
rev: 0.9.3
20+
rev: 0.9.5
2121
hooks:
2222
- id: uv-sync
2323
- id: uv-lock
@@ -27,7 +27,7 @@ repos:
2727
args: ["--upgrade"]
2828
stages: [manual]
2929
- repo: https://github.com/biomejs/pre-commit
30-
rev: "v2.2.6"
30+
rev: "v2.2.7"
3131
hooks:
3232
- id: biome-check
3333
name: biome
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: codespell
5555
- repo: https://github.com/jsh9/pydoclint
56-
rev: 0.7.3
56+
rev: 0.7.4
5757
hooks:
5858
- id: pydoclint
5959
# This allows automatic reduction of the baseline file when needed.
@@ -68,15 +68,15 @@ repos:
6868
entry: yamllint --strict
6969

7070
- repo: https://github.com/tombi-toml/tombi-pre-commit
71-
rev: v0.6.34
71+
rev: v0.6.38
7272
hooks:
7373
- id: tombi-format
7474
alias: toml
7575
- id: tombi-lint
7676
alias: toml
7777

7878
- repo: https://github.com/astral-sh/ruff-pre-commit
79-
rev: v0.14.1
79+
rev: v0.14.2
8080
hooks:
8181
- id: ruff-format
8282
alias: ruff
@@ -101,7 +101,7 @@ repos:
101101
- types-setuptools
102102
- types-jsonschema>=4.4.9
103103
- repo: https://github.com/pycqa/pylint
104-
rev: v4.0.1
104+
rev: v4.0.2
105105
hooks:
106106
- id: pylint
107107
additional_dependencies:

0 commit comments

Comments
 (0)