File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -54,26 +54,31 @@ tomlkit = ">=0.5.3,<1.0.0"
5454jinja2 = " >=2.10.3"
5555pyyaml = " >=3.08"
5656argcomplete = " ^1.12.1"
57+ typing-extensions = " ^4.0.1"
5758
5859[tool .poetry .dev-dependencies ]
5960ipython = " ^7.2"
60- black = " ^21.12b0 "
61+ # test
6162pytest = " ^5.0"
62- flake8 = " ^3.6"
6363pytest-cov = " ^2.6"
6464pytest-mock = " ^2.0"
6565codecov = " ^2.0"
66- mypy = " 0.910"
67- mkdocs = " ^1.0"
68- mkdocs-material = " ^4.1"
69- isort = " ^5.7.0"
7066freezegun = " ^0.3.15"
71- pydocstyle = " ^5.0.2"
72- pre-commit = " ^2.6.0"
7367pytest-regressions = " ^2.2.0"
7468pytest-freezegun = " ^0.4.2"
69+ # code formatter
70+ black = " ^21.12b0"
71+ isort = " ^5.7.0"
72+ # linter
73+ flake8 = " ^3.6"
74+ pre-commit = " ^2.6.0"
75+ mypy = " 0.910"
7576types-PyYAML = " ^5.4.3"
7677types-termcolor = " ^0.1.1"
78+ # documentation
79+ mkdocs = " ^1.0"
80+ mkdocs-material = " ^4.1"
81+ pydocstyle = " ^5.0.2"
7782
7883[tool .poetry .scripts ]
7984cz = " commitizen.cli:main"
You can’t perform that action at this time.
0 commit comments