mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
more CI testing
This commit is contained in:
parent
7de1b17305
commit
c36d5f9a21
@ -486,7 +486,7 @@ def runmypy(filenames: List[str], full: bool = False,
|
|||||||
'python3.7', '-m', 'mypy', '--pretty', '--config-file', '.mypy.ini'
|
'python3.7', '-m', 'mypy', '--pretty', '--config-file', '.mypy.ini'
|
||||||
] + filenames
|
] + filenames
|
||||||
if full:
|
if full:
|
||||||
args.insert(1, '--no-incremental')
|
args.insert(args.index('mypy') + 1, '--no-incremental')
|
||||||
subprocess.run(args, check=check)
|
subprocess.run(args, check=check)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user