Skip to content

Commit a0cc5a1

Browse files
[pre-commit.ci] pre-commit autoupdate (#3088)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.5](astral-sh/ruff-pre-commit@v0.6.4...v0.6.5) - [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0) * Remove unnecessary parenthesis --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: EXPLOSION <[email protected]>
1 parent 4b26e23 commit a0cc5a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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.6.4
27+
rev: v0.6.5
2828
hooks:
2929
- id: ruff
3030
types: [file]
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: codespell
3737
- repo: https://github.com/sphinx-contrib/sphinx-lint
38-
rev: v0.9.1
38+
rev: v1.0.0
3939
hooks:
4040
- id: sphinx-lint
4141
- repo: local

docs/source/history.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Trio 0.23.2 (2023-12-14)
141141
Features
142142
~~~~~~~~
143143

144-
- `TypeVarTuple <https://docs.python.org/3.12/library/typing.html#typing.TypeVarTuple>`_ is now used to fully type :meth:`nursery.start_soon() <trio.Nursery.start_soon>`, :func:`trio.run()`, :func:`trio.to_thread.run_sync()`, and other similar functions accepting ``(func, *args)``. This means type checkers will be able to verify types are used correctly. :meth:`nursery.start() <trio.Nursery.start>` is not fully typed yet however. (`#2881 <https://github.com/python-trio/trio/issues/2881>`__)
144+
- `TypeVarTuple <https://docs.python.org/3.12/library/typing.html#typing.TypeVarTuple>`_ is now used to fully type :meth:`nursery.start_soon() <trio.Nursery.start_soon>`, :func:`trio.run`, :func:`trio.to_thread.run_sync`, and other similar functions accepting ``(func, *args)``. This means type checkers will be able to verify types are used correctly. :meth:`nursery.start() <trio.Nursery.start>` is not fully typed yet however. (`#2881 <https://github.com/python-trio/trio/issues/2881>`__)
145145

146146

147147
Bugfixes
@@ -1000,7 +1000,7 @@ Bugfixes
10001000
- Fixed a race condition on macOS, where Trio's TCP listener would crash if an
10011001
incoming TCP connection was closed before the listener had a chance to accept
10021002
it. (`#609 <https://github.com/python-trio/trio/issues/609>`__)
1003-
- :func:`trio.open_tcp_stream()` has been refactored to clean up unsuccessful
1003+
- :func:`trio.open_tcp_stream` has been refactored to clean up unsuccessful
10041004
connection attempts more reliably. (`#809
10051005
<https://github.com/python-trio/trio/issues/809>`__)
10061006

0 commit comments

Comments
 (0)