Skip to content

Commit dd2c822

Browse files
ricardoV94michaelosthege
authored andcommitted
Add instruction on how to run mypy test locally when it fails
1 parent 3a5fb2f commit dd2c822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_mypy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]):
162162
"These files did not fail before, so please check the above output"
163163
f" for errors in {unexpected_failing} and fix them."
164164
)
165-
print("!!!!!!!!!")
165+
print("You can run `python scripts/run_mypy.py --verbose` to reproduce this test locally.")
166166
sys.exit(1)
167167

168168
if unexpected_passing == {"pymc/sampling_jax.py"}:

0 commit comments

Comments
 (0)