Skip to content

Commit f61e90e

Browse files
gpongelliLee-W
authored andcommitted
types-chardet installed into pyproject
1 parent 06c6d85 commit f61e90e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ mkdocs = "^1.0"
8282
mkdocs-material = "^4.1"
8383
pydocstyle = "^5.0.2"
8484
pytest-xdist = "^2.5.0"
85+
types-chardet = "^5.0.2"
8586

8687
[tool.poetry.scripts]
8788
cz = "commitizen.cli:main"

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ${PREFIX}pytest -n 3 --cov-report term-missing --cov-report=xml:coverage.xml --c
99
${PREFIX}black commitizen tests --check
1010
${PREFIX}isort --check-only commitizen tests
1111
${PREFIX}flake8 commitizen/ tests/
12-
${PREFIX}mypy --install-types --non-interactive commitizen/ tests/
12+
${PREFIX}mypy commitizen/ tests/
1313
${PREFIX}pydocstyle --convention=google --add-ignore=D1,D415

0 commit comments

Comments
 (0)