We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c6d85 commit f61e90eCopy full SHA for f61e90e
pyproject.toml
@@ -82,6 +82,7 @@ mkdocs = "^1.0"
82
mkdocs-material = "^4.1"
83
pydocstyle = "^5.0.2"
84
pytest-xdist = "^2.5.0"
85
+types-chardet = "^5.0.2"
86
87
[tool.poetry.scripts]
88
cz = "commitizen.cli:main"
scripts/test
@@ -9,5 +9,5 @@ ${PREFIX}pytest -n 3 --cov-report term-missing --cov-report=xml:coverage.xml --c
9
${PREFIX}black commitizen tests --check
10
${PREFIX}isort --check-only commitizen tests
11
${PREFIX}flake8 commitizen/ tests/
12
-${PREFIX}mypy --install-types --non-interactive commitizen/ tests/
+${PREFIX}mypy commitizen/ tests/
13
${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415
0 commit comments