Add precommit config and dependencies

This commit is contained in:
2021-04-22 16:07:30 -04:00
parent 3cca47da4c
commit cedd73996f
3 changed files with 441 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ Jinja2 = "^2.11.3"
marshmallow = "^3.11.1"
[tool.poetry.dev-dependencies]
black = "^20.8b1"
pre-commit = "^2.12.1"
reorder-python-imports = "^2.4.0"
pre-commit-hooks = "^3.4.0"
[build-system]
requires = ["poetry-core>=1.0.0"]