Add pre-commit package to pyproject.toml

This commit is contained in:
Nirant Kasliwal
2024-01-17 11:06:34 +05:30
parent 8407d122e1
commit 5ac9a19cd3

View File

@@ -32,6 +32,7 @@ optimum = "1.15"
sentence-transformers = "^2.2.2"
python-dotenv = "^1.0.0"
jupyter-nbextensions-configurator = "^0.6.3"
pre-commit = { version = "^3.6.0", python = ">=3.9,<3.12" }
[build-system]