add dev deps
This commit is contained in:
parent
5bd3d5313a
commit
cbe67e6f27
1 changed files with 7 additions and 1 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue