From 9c82f949f11f4879f6c47519dd7a8c17a7009e89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:27:59 +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 7f3dff8..5fa8de8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,9 +140,13 @@ output-format = "colorized" score = "no" [tool.mypy] +allow_untyped_globals = true +error_summary = false +pretty = true warn_unused_configs = true warn_redundant_casts = true warn_unused_ignores = true +check_untyped_defs = true disable_error_code = [ # https://mypy.readthedocs.io/en/stable/error_code_list.html#code-import-untyped