Skip to content

Commit

Permalink
Adding pytest to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
taxe10 committed Jun 5, 2024
1 parent eae2c49 commit d6616c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ dependencies = [
# the documentation) but not necessarily required for _using_ it.
dev = [
"flake8",
"pre-commit"
"pre-commit",
"pytest",
]

[project.urls]
Homepage = "https://github.com/mlexchange/mlex_dimension_reduction_pca"
Issues = "https://github.com/mlexchange/mlex_dimension_reduction_pca/issues/"

[tool.isort]
profile = "black"
profile = "black"

0 comments on commit d6616c9

Please sign in to comment.