This is an automated email from the ASF dual-hosted git repository. tn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git
The following commit(s) were added to refs/heads/main by this push: new a9c2340 chore: exclude tests when reporting mypy errors a9c2340 is described below commit a9c23409dbc6e34a5f67b0b96bf701b663c08564 Author: Thomas Neidhart <t...@apache.org> AuthorDate: Mon Mar 3 13:25:30 2025 +0100 chore: exclude tests when reporting mypy errors --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1fdc0ad..299cb7d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,6 +133,10 @@ warn_unused_ignores = true module = "asfquart.*" ignore_errors = true +[[tool.mypy.overrides]] +module = "tests.*" +ignore_errors = true + [tool.djlint] profile = "jinja" extension = "html" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tooling.apache.org For additional commands, e-mail: commits-h...@tooling.apache.org