chore: mypy extra and mypy types

This commit is contained in:
Henry Schreiner
2021-06-17 17:18:57 -04:00
parent 0aac8c2221
commit 07fd2fc7b1
+12 -1
View File
@@ -21,10 +21,21 @@ extras = {
"rich>=9.6", "rich>=9.6",
"packaging>=20.8", "packaging>=20.8",
], ],
"mypy": [
"mypy>=0.901",
"types-jinja2",
"types-certifi",
"types-toml",
"types-jinja2",
"types-pyyaml",
"types-click",
"types-requests",
"types-toml",
],
} }
extras["dev"] = [ extras["dev"] = [
"mypy>=0.901", *extras["mypy"],
*extras["test"], *extras["test"],
*extras["bin"], *extras["bin"],
] ]