mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-28 18:15:45 +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'
|
||||
] + filenames
|
||||
if full:
|
||||
args.insert(1, '--no-incremental')
|
||||
args.insert(args.index('mypy') + 1, '--no-incremental')
|
||||
subprocess.run(args, check=check)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user