Skip to content

Commit 5447a65

Browse files
committed
build(deps): Add types-docutils
1 parent c7ac6f7 commit 5447a65

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-docutils = "^0.19.0"
8990

9091
[tool.poetry.extras]
9192
docs = [
@@ -107,7 +108,7 @@ docs = [
107108
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
108109
coverage = ["codecov", "coverage", "pytest-cov"]
109110
format = ["black", "isort"]
110-
lint = ["flake8", "mypy"]
111+
lint = ["flake8", "mypy", "types-docutils"]
111112

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

0 commit comments

Comments
 (0)