mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +08:00
more CI testing
This commit is contained in:
parent
d36959942e
commit
879c7993d6
@ -488,7 +488,8 @@ def runmypy(filenames: List[str], full: bool = False,
|
|||||||
check: bool = True) -> None:
|
check: bool = True) -> None:
|
||||||
"""Run MyPy on provided filenames."""
|
"""Run MyPy on provided filenames."""
|
||||||
args = [
|
args = [
|
||||||
'python3.7', '-m', 'mypy', '--pretty', '--config-file', '.mypy.ini'
|
'python3.7', '-m', 'mypy', '--pretty', '--no-error-summary',
|
||||||
|
'--config-file', '.mypy.ini'
|
||||||
] + filenames
|
] + filenames
|
||||||
if full:
|
if full:
|
||||||
args.insert(args.index('mypy') + 1, '--no-incremental')
|
args.insert(args.index('mypy') + 1, '--no-incremental')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user