Make isort compatible with Black

This commit is contained in:
Mark Veidemanis 2022-07-21 13:51:06 +01:00
parent 8f6393b2ca
commit 2c62c343b8
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ repos:
rev: 5.10.1
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks: