Skip to content

Commit

Permalink
ci(dev-deps): add dev dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed Jan 28, 2025
1 parent 338361a commit be93969
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ order-by-type = false
[tool.pyright]
reportIncompatibleMethodOverride = true
include = ["quax", "tests"]

[dependency-groups]
dev = [
"ipykernel>=6.29.5",
"pre-commit>=4.1.0",
"pytest>=8.3.4",
]

0 comments on commit be93969

Please # to comment.