Skip to content

Commit 60affec

Browse files
committed
Update to mopidy-ext-template v2.1.3
1 parent b18a794 commit 60affec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v2.1.2
1+
_commit: v2.1.3
22
_src_path: gh:mopidy/mopidy-ext-template
33
author_email: [email protected]
44
author_full_name: Stein Magnus Jodal

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ commands = [["ruff", "check", "{posargs:.}"]]
149149
[tool.tox.env.ruff-format]
150150
skip_install = true
151151
dependency_groups = ["ruff"]
152-
commands = [["ruff", "format", "--check", "{posargs:.}"]]
152+
commands = [["ruff", "format", "--check", "--diff", "{posargs:.}"]]

0 commit comments

Comments
 (0)