Skip to content

Commit d71f99d

Browse files
committed
Copier Template: Pyproject: Add missing '--diff' option for 'isort'.
1 parent 53c837d commit d71f99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ linters = [
182182
# TODO: cargo deny # Not installed with Cargo by default.
183183
{%- endif %}
184184
# --- END: Injected by Copier ---
185-
"""isort --check-only sources tests""",
185+
"""isort --check-only --diff sources tests""",
186186
"""vulture sources""",
187187
"""pyright sources""",
188188
]

0 commit comments

Comments
 (0)