Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /