Skip to content

Commit cb597cc

Browse files
committed
build(deps): Add colorama typings
1 parent 1bd73a0 commit cb597cc

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

poetry.lock

+13-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ isort = "*"
8686
### Lint ###
8787
flake8 = "*"
8888
mypy = "*"
89+
types-colorama = "^0.4.15"
8990
types-docutils = "^0.19.0"
9091

9192
[tool.poetry.extras]
@@ -108,7 +109,7 @@ docs = [
108109
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
109110
coverage = ["codecov", "coverage", "pytest-cov"]
110111
format = ["black", "isort"]
111-
lint = ["flake8", "mypy", "types-docutils"]
112+
lint = ["flake8", "mypy", "types-colorama", "types-docutils"]
112113

113114
[build-system]
114115
requires = ["poetry_core>=1.0.0"]

0 commit comments

Comments
 (0)