Skip to content

Commit ae8e811

Browse files
committed
update deps and settings
1 parent d4cf1fa commit ae8e811

File tree

3 files changed

+131
-122
lines changed

3 files changed

+131
-122
lines changed

Taskfile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ tasks:
1212
- poetry run ruff format .
1313
- poetry run ruff check . --fix
1414
- poetry run mypy .
15+
16+
tests:
17+
desc: "run pytest (pass args after '--')"
18+
cmds:
19+
- poetry run pytest {{.CLI_ARGS}}

0 commit comments

Comments
 (0)