Skip to content

Commit 4e09a8b

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.9.7 → 0.9.13](astral-sh/uv-pre-commit@0.9.7...0.9.13) - [github.com/biomejs/pre-commit: v2.3.2 → v2.3.8](biomejs/pre-commit@v2.3.2...v2.3.8) - [github.com/streetsidesoftware/cspell-cli: v9.2.1 → v9.3.3](streetsidesoftware/cspell-cli@v9.2.1...v9.3.3) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) - [github.com/tombi-toml/tombi-pre-commit: v0.6.40 → v0.7.0](tombi-toml/tombi-pre-commit@v0.6.40...v0.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/pycqa/pylint: v4.0.2 → v4.0.4](pylint-dev/pylint@v4.0.2...v4.0.4)
1 parent 61a8e7b commit 4e09a8b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: check-useless-excludes
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.9.7
33+
rev: 0.9.13
3434
hooks:
3535
- id: uv-sync
3636
- id: uv-lock
@@ -58,14 +58,14 @@ repos:
5858
- "-o"
5959
- ".config/requirements-lock.txt"
6060
- repo: https://github.com/biomejs/pre-commit
61-
rev: "v2.3.2"
61+
rev: "v2.3.8"
6262
hooks:
6363
- id: biome-check
6464
name: biome
6565
alias: biome
6666
args: [--unsafe]
6767
- repo: https://github.com/streetsidesoftware/cspell-cli
68-
rev: v9.2.1
68+
rev: v9.3.3
6969
hooks:
7070
- id: cspell
7171
entry: bash
@@ -79,7 +79,7 @@ repos:
7979
]
8080
name: cspell + remove unused and sort dictionary
8181
- repo: https://github.com/python-jsonschema/check-jsonschema
82-
rev: 0.34.1
82+
rev: 0.35.0
8383
hooks:
8484
- id: check-github-workflows
8585
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -145,22 +145,22 @@ repos:
145145
entry: yamllint --strict
146146

147147
- repo: https://github.com/tombi-toml/tombi-pre-commit
148-
rev: v0.6.40
148+
rev: v0.7.0
149149
hooks:
150150
- id: tombi-format
151151
alias: toml
152152
- id: tombi-lint
153153
alias: toml
154154

155155
- repo: https://github.com/astral-sh/ruff-pre-commit
156-
rev: v0.14.3
156+
rev: v0.14.7
157157
hooks:
158158
- id: ruff-format
159159
alias: ruff
160160
- id: ruff-check
161161
alias: ruff
162162
- repo: https://github.com/pre-commit/mirrors-mypy
163-
rev: v1.18.2
163+
rev: v1.19.0
164164
hooks:
165165
- id: mypy
166166
# "." and pass_files are used to make pre-commit mypy behave the same as standalone mypy
@@ -191,7 +191,7 @@ repos:
191191
- id: pyright
192192
additional_dependencies: *deps
193193
- repo: https://github.com/pycqa/pylint
194-
rev: v4.0.2
194+
rev: v4.0.4
195195
hooks:
196196
- id: pylint
197197
args:

0 commit comments

Comments
 (0)