Add back isort in precommit
This commit is contained in:
parent
767cf2df8f
commit
5d7d84aa02
@ -2,8 +2,13 @@ repos:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 20.8b1
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.9
|
||||
- id: black
|
||||
language_version: python3.9
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.10.1
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pylint
|
||||
|
Loading…
x
Reference in New Issue
Block a user