mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-22 14:59:25 +08:00
more CI testing
This commit is contained in:
parent
4cf15b223d
commit
f2e6970bdf
@ -497,7 +497,8 @@ def mypyscripts(projroot: Path, full: bool) -> None:
|
||||
"""Run mypy on all of our scripts."""
|
||||
import time
|
||||
filenames = get_script_filenames(projroot)
|
||||
print('Running Mypy ' + ('(full)' if full else '(incremental)') + '...')
|
||||
print('Running Mypy ' + ('(full)' if full else '(incremental)') + '...',
|
||||
flush=True)
|
||||
starttime = time.time()
|
||||
try:
|
||||
runmypy(filenames, full)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user