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 01e0fac commit 6076c1cCopy full SHA for 6076c1c
azure-pipelines.yml
@@ -24,7 +24,7 @@ jobs:
24
- script: pip install -r requirements-dev.txt
25
displayName: 'Install Requirements dev'
26
- script: |
27
- ruff .
+ ruff check .
28
displayName: 'Ruff'
29
30
black --diff .
@@ -78,7 +78,7 @@ jobs:
78
- script: pip install onnxmltools --no-deps
79
displayName: 'Install onnxmltools'
80
81
82
83
84
@@ -172,7 +172,7 @@ jobs:
172
173
174
175
176
177
178
0 commit comments