Skip to content

Commit

Permalink
Fix ruff command line arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Minaev committed Dec 14, 2023
1 parent 0cd336d commit 60d9d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- script: "python3 -m pip install -U ruff"
displayName: "Install ruff"

- script: "python3 -m ruff check --format=junit --output-file=$(Build.ArtifactStagingDirectory)/lint-ruff.xml ."
- script: "python3 -m ruff check --output-format=junit --output-file=$(Build.ArtifactStagingDirectory)/lint-ruff.xml ."
displayName: "Run ruff"

- task: "PublishTestResults@2"
Expand Down

0 comments on commit 60d9d48

Please sign in to comment.