fix: migrate ruff.toml to lint section and add pytest to dev dependencies
This commit is contained in:
parent
2e0cf2bf7b
commit
844cf78c89
2 changed files with 4 additions and 2 deletions
|
|
@ -24,5 +24,6 @@ cuda = [
|
|||
[dependency-groups]
|
||||
dev = [
|
||||
"pre-commit>=4.0.0",
|
||||
"pytest>=8.0.0",
|
||||
"ruff>=0.15.2",
|
||||
]
|
||||
|
|
|
|||
Reference in a new issue