Skip to content

Commit b41bb13

Browse files
authored
Merge pull request #3182 from python-trio/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents a60a2a0 + aebe1a0 commit b41bb13

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.8.4
27+
rev: v0.8.6
2828
hooks:
2929
- id: ruff
3030
types: [file]
@@ -35,15 +35,15 @@ repos:
3535
hooks:
3636
- id: codespell
3737
- repo: https://github.com/crate-ci/typos
38-
rev: v1.28.4
38+
rev: dictgen-v0.3.1
3939
hooks:
4040
- id: typos
4141
- repo: https://github.com/sphinx-contrib/sphinx-lint
4242
rev: v1.0.0
4343
hooks:
4444
- id: sphinx-lint
4545
- repo: https://github.com/woodruffw/zizmor-pre-commit
46-
rev: v0.10.0
46+
rev: v1.0.0
4747
hooks:
4848
- id: zizmor
4949
- repo: local
@@ -56,7 +56,7 @@ repos:
5656
additional_dependencies: ["astor", "attrs", "black", "ruff"]
5757
files: ^src\/trio\/_core\/(_run|(_i(o_(common|epoll|kqueue|windows)|nstrumentation)))\.py$
5858
- repo: https://github.com/astral-sh/uv-pre-commit
59-
rev: 0.5.13
59+
rev: 0.5.14
6060
hooks:
6161
# Compile requirements
6262
- id: pip-compile

src/trio/_tests/test_sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,11 +633,11 @@ async def test_lock_handover() -> None:
633633

634634
# this task acquires the lock
635635
lock.acquire_nowait()
636-
assert GLOBAL_PARKING_LOT_BREAKER == {
636+
assert {
637637
_core.current_task(): [
638638
lock._lot,
639639
],
640-
}
640+
} == GLOBAL_PARKING_LOT_BREAKER
641641

642642
async with trio.open_nursery() as nursery:
643643
nursery.start_soon(lock.acquire)

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pyyaml==6.0.2
128128
# via pre-commit
129129
requests==2.32.3
130130
# via sphinx
131-
ruff==0.8.4
131+
ruff==0.8.6
132132
# via -r test-requirements.in
133133
sniffio==1.3.1
134134
# via -r test-requirements.in
@@ -181,7 +181,7 @@ typing-extensions==4.12.2
181181
# pyright
182182
urllib3==2.3.0
183183
# via requests
184-
uv==0.5.13
184+
uv==0.5.14
185185
# via -r test-requirements.in
186186
virtualenv==20.28.0
187187
# via pre-commit

0 commit comments

Comments
 (0)