fix : pre-commit error (#623)
Co-authored-by: olivakar <oliva.kar@microsoft.com>
This commit is contained in:
Родитель
03c2539b02
Коммит
12fad01473
|
@ -69,4 +69,4 @@ if __name__ == "__main__":
|
|||
# These are not compatible on all platforms.
|
||||
pip_command("install -U -r requirements_dev.txt")
|
||||
print("Installing pre-commit")
|
||||
check_call("pre-commit install")
|
||||
check_call("pre-commit install", shell=True)
|
||||
|
|
Загрузка…
Ссылка в новой задаче