Skip to content

Commit 94060c8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 91cb47b commit 94060c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_tests/test_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def setsockopt_tests(sock: SocketType | SocketStream) -> None:
476476
# gained support for SO_BINDTODEVICE and CPython 3.13.1 was
477477
# built on it (presumably), but our CI runners ran MacOS 14 and
478478
# so failed.
479-
42, # noqa: PT017
479+
42,
480480
# Older Linux kernels (prior to patch
481481
# https://lore.kernel.org/netdev/m37drhs1jn.fsf@bernat.ch/t/)
482482
# do not support SO_BINDTODEVICE as an unprivileged user.

0 commit comments

Comments
 (0)