Skip to content

Commit

Permalink
Use --output-format for Ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Oct 28, 2023
1 parent 18be69f commit e1a80c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ commands_pre=
{[lint-base]commands}
commands=
black --check --diff --preview src
ruff check --format=github src
ruff check --output-format=github src
ansible-lint --strict --profile production -v

[testenv:lint]
Expand Down

0 comments on commit e1a80c5

Please sign in to comment.