add local envs

This commit is contained in:
2025-03-23 22:45:04 -03:00
parent f14bd6b814
commit 2218a6f867
9 changed files with 30 additions and 24 deletions

View File

@@ -7,11 +7,7 @@ requires-python = ">=3.12"
dependencies = ["layercake"]
[dependency-groups]
dev = [
"pytest>=8.3.4",
"pytest-cov>=6.0.0",
"ruff>=0.9.1",
]
dev = ["pytest>=8.3.4", "pytest-cov>=6.0.0", "ruff>=0.9.1"]
[tool.pytest.ini_options]
addopts = "--cov --cov-report html -v"