mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-02 21:45:49 +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."""
|
"""Run mypy on all of our scripts."""
|
||||||
import time
|
import time
|
||||||
filenames = get_script_filenames(projroot)
|
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()
|
starttime = time.time()
|
||||||
try:
|
try:
|
||||||
runmypy(filenames, full)
|
runmypy(filenames, full)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user