Skip to content

Commit 6c7c49e

Browse files
authored
Merge pull request #1974 from kshitijaucharmal/fix/add-pre-commit-in-pyproject
fix: added precommit under dev group
2 parents b1b69ad + 371f8ec commit 6c7c49e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ dev = [
6767
"ipywidgets>=8.1.1",
6868
"jupytext>=1.16.1",
6969
"nbconvert>=7.14.2",
70-
"docutils!=0.21"
70+
"docutils!=0.21",
71+
"pre-commit>=3.8.0"
7172
]
7273
docs = [
7374
"mkdocs-material[imaging]>=9.5.5",

0 commit comments

Comments
 (0)