Skip to content

Commit 839595a

Browse files
chore: fix yamllint errors
1 parent a8238ad commit 839595a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

taskfiles/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tasks:
2727
desc: "Run integration tests (manages server lifecycle)"
2828
cmds:
2929
- task: server:start
30-
- defer: { task: server:stop }
30+
- defer: {task: server:stop}
3131
- task: server:wait
3232
- pytest -m integration {{.CLI_ARGS}}
3333

taskfiles/uv.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ tasks:
3131
lock:
3232
desc: "Update the project's lockfile."
3333
summary: |
34-
If the project lockfile (uv.lock) does not exist, it will be created. If a lockfile is present, its contents will be used as preferences for the resolution.
34+
If the project lockfile (uv.lock) does not exist, it will be created.
35+
If a lockfile is present, its contents will be used as preferences for the resolution.
3536
36-
If there are no changes to the project's dependencies, locking will have no effect unless the --upgrade flag is provided.
37+
If there are no changes to the project's dependencies, locking will have no effect
38+
unless the --upgrade flag is provided.
3739
cmds:
3840
- uv lock
3941
dir: "{{.ROOT_DIR}}"

0 commit comments

Comments
 (0)