mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 08:23:35 +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:
|
||||
"""Run MyPy on provided filenames."""
|
||||
args = [
|
||||
'python3.7', '-m', 'mypy', '--pretty', '--config-file', '.mypy.ini'
|
||||
'python3.7', '-m', 'mypy', '--pretty', '--no-error-summary',
|
||||
'--config-file', '.mypy.ini'
|
||||
] + filenames
|
||||
if full:
|
||||
args.insert(args.index('mypy') + 1, '--no-incremental')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user