Skip to content

Commit

Permalink
skip update for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Oct 15, 2024
1 parent 34b3264 commit 43afd7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions hypothesis-python/RELEASE.rst

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ def ip_addresses(
if v not in (None, network.version):
raise InvalidArgument(f"{v=} is incompatible with {network=}")
addr_type = IPv4Address if network.version == 4 else IPv6Address
return integers(int(network[0]), int(network[-1])).map(addr_type)
return integers(int(network[0]), int(network[-1])).map(addr_type) # type: ignore
2 changes: 1 addition & 1 deletion requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.12.0
mypy==1.11.2
# via -r requirements/tools.in
mypy-extensions==1.0.0
# via
Expand Down

0 comments on commit 43afd7c

Please sign in to comment.