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 06427d8 commit b21bc32Copy full SHA for b21bc32
.ci/azure/style.yml
@@ -9,5 +9,5 @@ jobs:
9
versionSpec: "3.11"
10
- bash: .ci/install_style.sh
11
displayName: "Install dependencies to run the checks"
12
- - script: ruff --check .
13
- displayName: "Run black"
+ - script: ruff check .
+ displayName: "Run ruff"
0 commit comments