From 543c69b620b71d3dbf6591f5740f3290660130ea Mon Sep 17 00:00:00 2001 From: Ricardo Vieira Date: Sun, 9 Oct 2022 17:36:35 +0200 Subject: [PATCH] Add instruction on how to run mypy test locally when it fails --- scripts/run_mypy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_mypy.py b/scripts/run_mypy.py index 3aba132d1f4..84b9f558ace 100644 --- a/scripts/run_mypy.py +++ b/scripts/run_mypy.py @@ -162,7 +162,7 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]): "These files did not fail before, so please check the above output" f" for errors in {unexpected_failing} and fix them." ) - print("!!!!!!!!!") + print("You can run `python scripts/run_mypy.py --verbose` to reproduce this test locally.") sys.exit(1) if unexpected_passing == {"pymc/sampling_jax.py"}: