add dev deps
This commit is contained in:
parent
5bd3d5313a
commit
cbe67e6f27
1 changed files with 7 additions and 1 deletions
|
|
@ -4,3 +4,9 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["F403"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=9.0.1",
|
||||
"pytest-pretty>=1.3.0",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue