From 8f531f24609183b2af2f9cf61b4e8aaf677edec5 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:54:15 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0a31f5e..759d1a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,6 +140,9 @@ 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