Add back isort in precommit

This commit is contained in:
Luke Van Seters 2021-12-13 18:50:43 -05:00
parent 767cf2df8f
commit 5d7d84aa02

View File

@ -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