Skip to content

Commit 114c38b

Browse files
committed
chore: update dependencies
1 parent 1d254ac commit 114c38b

File tree

2 files changed

+328
-311
lines changed

2 files changed

+328
-311
lines changed

.mise.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ uv = 'latest'
33

44
[env]
55
_.python.venv = { path = ".venv" }
6+
7+
[tasks]
8+
test = """
9+
uv run pytest
10+
uv run mypy .
11+
uv run ruff format --check
12+
"""
13+

0 commit comments

Comments
 (0)