From 9619cd6e7249a5d8dc2734fc1cbf3a9d7c24804b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:48:54 +0000 Subject: [PATCH] Apply updates from cookiecutter This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 98f97dd..11bf6e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,10 @@ show_missing = true precision = 2 fail_under = 100.00 skip_covered = true +exclude_also = [ + # `if TYPE_CHECKING:` blocks are only executed while running mypy. + "if TYPE_CHECKING:", +] [tool.isort] multi_line_output = 3