Skip to content

Commit

Permalink
fix(build): disable preview rules in black
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 25, 2023
1 parent e8b5ff2 commit f8658c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package-upload:
twine upload dist/*

lint-check:
black --check --preview onnx_web/
black --check onnx_web/
isort --check-only --skip __init__.py --filter-files onnx_web
flake8 onnx_web

Expand Down

0 comments on commit f8658c8

Please sign in to comment.