chore: bump style, more in pyproject.toml

This commit is contained in:
Henry Fredrick Schreiner
2021-06-12 12:01:40 -04:00
parent 506f2dcb9c
commit 3311a36e65
4 changed files with 80 additions and 63 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ extras = {
],
"test": [
"jinja2",
"pytest>=4",
"pytest>=6",
"pytest-timeout",
],
"bin": [
@@ -24,7 +24,7 @@ extras = {
}
extras["dev"] = [
"mypy>=0.800",
"mypy>=0.901",
*extras["test"],
*extras["bin"],
]