Skip to content

Commit

Permalink
Updates Ruff CLI arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
rgcouto committed Nov 21, 2023
1 parent 7b67ec9 commit d15ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Python Linter
run: |
cd utils/linter
ruff --format=github --ignore=E501 src/
ruff --output-format=github --ignore=E501 src/
- name: Change to linter directory and run tests
run: |
Expand Down

0 comments on commit d15ef7c

Please sign in to comment.