Skip to content

Commit 4a5a5f2

Browse files
committed
uv-again
1 parent 738253e commit 4a5a5f2

File tree

2 files changed

+354
-335
lines changed

2 files changed

+354
-335
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ euler-validate = [
4545
"numpy>=2.1.3",
4646
"requests>=2.32.3",
4747
]
48+
dev = [
49+
"pytest>=8.3.4",
50+
]
51+
lint = [
52+
"ruff>=0.9.6",
53+
]
4854

4955
[tool.ruff]
5056
target-version = "py313"

0 commit comments

Comments
 (0)