We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5fb2f commit dd2c822Copy full SHA for dd2c822
scripts/run_mypy.py
@@ -162,7 +162,7 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]):
162
"These files did not fail before, so please check the above output"
163
f" for errors in {unexpected_failing} and fix them."
164
)
165
- print("!!!!!!!!!")
+ print("You can run `python scripts/run_mypy.py --verbose` to reproduce this test locally.")
166
sys.exit(1)
167
168
if unexpected_passing == {"pymc/sampling_jax.py"}:
0 commit comments