Skip to content

Commit

Permalink
docs and lint tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Dec 27, 2023
1 parent 3547340 commit 0c6a357
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ That means every contributor gets to write their changelog!
A changelog entry should be written in a new ``RELEASE.rst`` file in
the `hypothesis-python` directory, or ``RELEASE.md`` for the Ruby and Rust
versions. Note that any change to ``conjecture-rust`` is automatically also
and change for our Ruby package, and therefore requires *two* release files!
a change for our Ruby package, and therefore requires *two* release files!

The first line of the file specifies the component
of the version number that will be updated, according to our
Expand Down
7 changes: 6 additions & 1 deletion hypothesis-python/docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ Hypothesis 6.x
6.92.1 - 2023-12-16
-------------------

This patch fixes a bug introduced in :ref:`version 6.92.0 <v6.92.0>`, where using :func:`~python:dataclasses.dataclass` with a :class:`~python:collections.defaultdict` field as a strategy argument would error.
This patch fixes a bug introduced in :ref:`version 6.92.0 <v6.92.0>`,
where using the :func:`~hypothesis.strategies.data` strategy would fail
to draw a :func:`~python:dataclasses.dataclass` with a
:class:`~python:collections.defaultdict` field. This was due to a bug
in the standard library which `was fixed in 3.12
<https://github.com/python/cpython/pull/32056>`__, so we've vendored the fix.

.. _v6.92.0:

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ignore = [
"B018",
"C408",
"COM812",
"DJ007",
"DJ008",
"E721",
"E731",
Expand Down

0 comments on commit 0c6a357

Please sign in to comment.