Skip to content

Commit 97c1b1c

Browse files
committed
build(poetry): add pre-commit to dev deps
1 parent 332241b commit 97c1b1c

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
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545

4646
[tool.poetry.dependencies]
47-
python = "^3.6"
47+
python = "^3.6.1"
4848
questionary = "^1.4.0"
4949
decli = "^0.5.0"
5050
colorama = "^0.4.1"
@@ -67,6 +67,7 @@ mkdocs-material = "^4.1"
6767
isort = "^4.3.21"
6868
freezegun = "^0.3.15"
6969
pydocstyle = "^5.0.2"
70+
pre-commit = "^2.6.0"
7071

7172
[tool.poetry.scripts]
7273
cz = "commitizen.cli:main"

0 commit comments

Comments
 (0)