1
0
Fork 0

fix(build): disable preview rules in black

This commit is contained in:
Sean Sube 2023-02-22 07:19:12 -06:00
parent e8b5ff250d
commit f8658c88cd
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ package-upload:
twine upload dist/* twine upload dist/*
lint-check: lint-check:
black --check --preview onnx_web/ black --check onnx_web/
isort --check-only --skip __init__.py --filter-files onnx_web isort --check-only --skip __init__.py --filter-files onnx_web
flake8 onnx_web flake8 onnx_web