Skip to content

Commit ab41dce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.3](codespell-project/codespell@v2.4.1...v2.4.3) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.4](pappasam/toml-sort@v0.24.2...v0.24.4) - [github.com/tox-dev/tox-ini-fmt: 1.6.0 → 1.7.2](tox-dev/tox-ini-fmt@1.6.0...1.7.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.15.22](astral-sh/ruff-pre-commit@v0.12.12...v0.15.22) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v2.3.0](pre-commit/mirrors-mypy@v1.17.1...v2.3.0) - [github.com/astral-sh/uv-pre-commit: 0.11.8 → 0.11.30](astral-sh/uv-pre-commit@0.11.8...0.11.30)
1 parent bf7306b commit ab41dce

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: check-yaml
2121
files: .*\.(yaml|yml)$
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.4.1
23+
rev: v2.4.3
2424
hooks:
2525
- id: codespell
2626
name: codespell
@@ -33,25 +33,25 @@ repos:
3333
additional_dependencies:
3434
- tomli; python_version<'3.11'
3535
- repo: https://github.com/adrienverge/yamllint.git
36-
rev: v1.37.1
36+
rev: v1.38.0
3737
hooks:
3838
- id: yamllint
3939
files: \.(yaml|yml)$
4040
- repo: https://github.com/pappasam/toml-sort
41-
rev: v0.24.2
41+
rev: v0.24.4
4242
hooks:
4343
- id: toml-sort-fix
4444
alias: toml
4545
# uv.lock has its own canonical ordering; resorting churns it.
4646
exclude: ^uv\.lock$
4747

4848
- repo: https://github.com/tox-dev/tox-ini-fmt
49-
rev: 1.6.0
49+
rev: 1.7.2
5050
hooks:
5151
- id: tox-ini-fmt
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.12.12
54+
rev: v0.15.22
5555
hooks:
5656
- id: ruff
5757
args:
@@ -61,13 +61,13 @@ repos:
6161
# - id: ruff-format # must be after ruff
6262
# types_or: [python, pyi]
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.17.1
64+
rev: v2.3.0
6565
hooks:
6666
- id: mypy
6767
additional_dependencies:
6868
- types-requests
6969
# uv-lock fails if pyproject.toml has drifted from uv.lock.
7070
- repo: https://github.com/astral-sh/uv-pre-commit
71-
rev: 0.11.8
71+
rev: 0.11.30
7272
hooks:
7373
- id: uv-lock

0 commit comments

Comments
 (0)