Skip to content

Commit 4cdf728

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 26.3.1](psf/black-pre-commit-mirror@25.1.0...26.3.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.9.10...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/crate-ci/typos: v1.30.2 → v1](crate-ci/typos@v1.30.2...v1) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.2) - [github.com/woodruffw/zizmor-pre-commit: v1.4.1 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.4.1...v1.23.1) - [github.com/astral-sh/uv-pre-commit: 0.6.5 → 0.11.3](astral-sh/uv-pre-commit@0.6.5...0.11.3)
1 parent 573470b commit 4cdf728

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
@@ -20,33 +20,33 @@ repos:
2020
- id: sort-simple-yaml
2121
files: .pre-commit-config.yaml
2222
- repo: https://github.com/psf/black-pre-commit-mirror
23-
rev: 25.1.0
23+
rev: 26.3.1
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.9.10
27+
rev: v0.15.9
2828
hooks:
2929
- id: ruff
3030
types: [file]
3131
types_or: [python, pyi, toml]
3232
args: ["--show-fixes"]
3333
- repo: https://github.com/codespell-project/codespell
34-
rev: v2.4.1
34+
rev: v2.4.2
3535
hooks:
3636
- id: codespell
3737
additional_dependencies:
3838
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
3939
- tomli
4040
- repo: https://github.com/crate-ci/typos
41-
rev: v1.30.2
41+
rev: v1
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint
45-
rev: v1.0.0
45+
rev: v1.0.2
4646
hooks:
4747
- id: sphinx-lint
4848
- repo: https://github.com/woodruffw/zizmor-pre-commit
49-
rev: v1.4.1
49+
rev: v1.23.1
5050
hooks:
5151
- id: zizmor
5252
- repo: local
@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: ["astor", "attrs", "black", "ruff"]
6060
files: ^src\/trio\/_core\/(_run|(_i(o_(common|epoll|kqueue|windows)|nstrumentation)))\.py$
6161
- repo: https://github.com/astral-sh/uv-pre-commit
62-
rev: 0.6.5
62+
rev: 0.11.3
6363
hooks:
6464
# Compile requirements
6565
- id: pip-compile

0 commit comments

Comments
 (0)