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 authored and int19h committed Dec 14, 2023
1 parent 79882c1 commit 46a02e1
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 46a02e1

Please sign in to comment.