Skip to content

Commit f96b9fe

Browse files
committed
Use new CLI argument name for Ruff output format.
1 parent 33f0b53 commit f96b9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ lint = [
101101
"pyproject-fmt pyproject.toml",
102102
]
103103
lint-action = [
104-
"ruff check --format=github .",
104+
"ruff check --output-format=github .",
105105
"black --check --diff --preview .",
106106
"mypy --package jinjanator_plugin_format_xml",
107107
"mypy tests",

0 commit comments

Comments
 (0)