move isort above black

This commit is contained in:
Thomas Grainger 2021-08-06 07:57:17 +01:00
parent b63ec56255
commit 03c8b4fba3
No known key found for this signature in database
GPG Key ID: E452A1247BAC1A88
1 changed files with 5 additions and 5 deletions

View File

@ -5,6 +5,11 @@ repos:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/pycqa/isort
rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.7b0
hooks:
@ -27,8 +32,3 @@ repos:
- id: check-toml
- id: check-yaml
- id: mixed-line-ending
- repo: https://github.com/pycqa/isort
rev: 5.9.3
hooks:
- id: isort