Skip to content

Commit

Permalink
add pre-commit to dev-deps, add all extra (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Sep 6, 2024
1 parent 4f8e0cb commit 5301d1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dev = [
"pytest-benchmark",
"pytest>=6",
"tabulate",
"pre-commit",
]
test = [
"pandas",
Expand All @@ -61,6 +62,9 @@ test = [
"pytest>=6",
"tabulate",
]
all = [
"particle[dev,test]",
]

[project.urls]
Homepage = "https://github.com/scikit-hep/particle"
Expand Down

0 comments on commit 5301d1b

Please sign in to comment.