Skip to content

Commit b21bc32

Browse files
committed
fix in script
1 parent 06427d8 commit b21bc32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/azure/style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
versionSpec: "3.11"
1010
- bash: .ci/install_style.sh
1111
displayName: "Install dependencies to run the checks"
12-
- script: ruff --check .
13-
displayName: "Run black"
12+
- script: ruff check .
13+
displayName: "Run ruff"

0 commit comments

Comments
 (0)