fix mypy, add pre-commit

This commit is contained in:
collerek
2021-10-09 19:43:21 +02:00
parent 4896a3a982
commit 127df1e9cb
4 changed files with 178 additions and 5 deletions

View File

@ -115,6 +115,8 @@ dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }
# Performance testing
yappi = "^1.3.3"
pre-commit = "^2.15.0"
[tool.poetry.extras]
postgresql = ["asyncpg", "psycopg2-binary"]
postgres = ["asyncpg", "psycopg2-binary"]