We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a1ed0 commit cea1f07Copy full SHA for cea1f07
.github/workflows/mlir-tensorrt-build-test.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
set -eou pipefail
24
set -x
25
+ python3 -m pip install black
26
python3 -m black --check --extend-exclude='.*\.pyi' mlir-tensorrt/compiler/
27
python3 -m black --check --extend-exclude='.*\.pyi' mlir-tensorrt/integrations/python/
28
git clang-format HEAD~1 --diff
0 commit comments