Migrate from Pipenv to Poetry

This commit is contained in:
Christophe Mehay 2020-05-09 15:28:19 +02:00
parent dddf9979db
commit caf94bc54d
14 changed files with 1109 additions and 504 deletions

View file

@ -14,11 +14,11 @@ repos:
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5
rev: v1.5.2
hooks:
- id: autopep8
- repo: git://github.com/asottile/reorder_python_imports
rev: v1.9.0
rev: v2.3.0
hooks:
- id: reorder-python-imports
language_version: python3