Add a health check that detects if the same test is executed several times by :ref:`different executors<custom-function-execution>`. This can lead to difficult-to-debug problems such as :issue:`3446`.
6.83.1
-------------------
Pretty-printing of failing examples can now use functions registered with :func:`IPython.lib.pretty.for_type` or :func:`~IPython.lib.pretty.for_type_by_name`, as well as restoring compatibility with ``_repr_pretty_`` callback methods which were accidentally broken in :ref:`version 6.61.2 <v6.61.2>` (:issue:`3721`).
6.83.0
-------------------
Adds a new ``codec=`` option in :func:`~hypothesis.strategies.characters`, making it convenient to produce only characters which can be encoded as ``ascii`` or ``utf-8`` bytestrings.
Support for other codecs will be added in a future release.
6.82.7
-------------------
This patch updates our autoformatting tools, improving our code style without any API changes.
6.82.6
-------------------
This patch enables and fixes many more of :pypi:`ruff`\ 's lint rules.
6.82.5
-------------------
Fixes the error message for missing ``[cli]`` extra.