test/first #8

Merged
jkuhl merged 24 commits from test/first into develop 2025-12-01 18:07:00 +01:00
Showing only changes of commit cbe67e6f27 - Show all commits

add dev deps

Justus Kuhlmann 2025-12-01 12:14:39 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -3,4 +3,10 @@ requires = ["setuptools >= 63.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.ruff.lint]
ignore = ["F403"]
ignore = ["F403"]
[dependency-groups]
dev = [
"pytest>=9.0.1",
"pytest-pretty>=1.3.0",
]