Skip to content

Commit

Permalink
added pre-commit to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovary committed Aug 12, 2024
1 parent ccbed15 commit 20a3113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ all = [

test = ["pytest >=6.0","pytest-dotenv", "pytest-cov", "pytest-xdist", "black >=22", "ruff"]
docs = ["mkdocs", "mike", "mdx_truly_sane_lists", "mkdocs-material >=7.1.1", "mkdocs-jupyter >=0.24.8", "mkdocstrings", "mkdocstrings-python", "markdown-include"]
dev = ["molfeat[test]", "molfeat[all]", "molfeat[docs]"]
dev = ["molfeat[test]", "molfeat[all]", "molfeat[docs]", "pre-commit"]

[project.urls]
Website = "https://molfeat.datamol.io"
Expand Down

0 comments on commit 20a3113

Please sign in to comment.