Skip to content

Commit 2598147

Browse files
committed
build(deps[dev]): Add mypy
See https://mypy.readthedocs.io/
1 parent 95419fa commit 2598147

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

poetry.lock

Lines changed: 44 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ isort = "*"
9393

9494
### Lint ###
9595
flake8 = "*"
96+
mypy = "*"
9697

9798
[tool.poetry.extras]
9899
docs = [
@@ -117,7 +118,7 @@ test = [
117118
]
118119
coverage = ["codecov", "coverage", "pytest-cov"]
119120
format = ["black", "isort"]
120-
lint = ["flake8"]
121+
lint = ["flake8", "mypy"]
121122

122123
[build-system]
123124
requires = ["poetry_core>=1.0.0"]

0 commit comments

Comments
 (0)