Skip to content

Commit f208ab5

Browse files
authored
Update pyproject.toml
1 parent cb61f6c commit f208ab5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
]
1919

2020
[project.optional-dependencies]
21-
dev = ["ipykernel", "pylatexenc", "ipywidgets"]
21+
dev = ["ipykernel", "pylatexenc", "ipywidgets", "pre-commit"]
2222
format = [
2323
"pre-commit",
2424
"ruff",
@@ -49,3 +49,4 @@ binding = "PyO3"
4949

5050
[tool.distutils.bdist_wheel]
5151
py_limited_api = "cp39"
52+

0 commit comments

Comments
 (0)