Use isort to order imports.

This commit is contained in:
2021-02-22 19:04:23 +01:00
committed by Valentin Lorentz
parent 8016e01daf
commit 836cc5d6d2
33 changed files with 209 additions and 180 deletions

View File

@ -4,3 +4,8 @@ repos:
hooks:
- id: black
language_version: python3.7
- repo: https://github.com/PyCQA/isort
rev: 5.5.2
hooks:
- id: isort