Skip to content

Commit

Permalink
Merge pull request SpikeInterface#2304 from zm711/dev-pyproject
Browse files Browse the repository at this point in the history
Add dev section to pyproject.toml
  • Loading branch information
alejoe91 authored Dec 12, 2023
2 parents 00e6b57 + 4ad997c commit 77d14e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@ docs = [

]

dev = [
"spikeinterface[test]",
"spikeinterface[test_core]",
"spikeinterface[docs]",
"black",
"pre-commit",
]

[tool.pytest.ini_options]
markers = [
"core",
Expand Down

0 comments on commit 77d14e5

Please sign in to comment.