Add back isort in precommit
This commit is contained in:
parent
767cf2df8f
commit
5d7d84aa02
@ -4,6 +4,11 @@ repos:
|
||||
hooks:
|
||||
- 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