fix compatibility with 0.730 (#189)

This commit is contained in:
Maxim Kurnikov
2019-09-28 05:23:55 +03:00
committed by GitHub
parent 7725b416b6
commit be3fc259d5
8 changed files with 15 additions and 22 deletions

View File

@@ -76,8 +76,7 @@ if __name__ == '__main__':
mypy_options = ['--cache-dir', str(mypy_config_file.parent / '.mypy_cache'),
'--config-file', str(mypy_config_file),
'--show-traceback',
# '--no-error-summary',
# '--no-pretty',
'--no-error-summary',
'--hide-error-context'
]
mypy_options += [str(tests_root)]