Skip to content

Commit

Permalink
Use new CLI argument name for Ruff output format.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Sep 25, 2023
1 parent 33f0b53 commit f96b9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ lint = [
"pyproject-fmt pyproject.toml",
]
lint-action = [
"ruff check --format=github .",
"ruff check --output-format=github .",
"black --check --diff --preview .",
"mypy --package jinjanator_plugin_format_xml",
"mypy tests",
Expand Down

0 comments on commit f96b9fe

Please sign in to comment.