turn isort pre-commit on

This commit is contained in:
Martin Chase 2021-09-07 23:35:03 -07:00
parent 908c4bd190
commit feaacdbe32
1 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@ repos:
- id: fix-encoding-pragma
- id: mixed-line-ending
args: [ --fix=lf ]
# - repo: https://github.com/pycqa/isort
# rev: 5.6.4
# hooks:
# - id: isort
# args: [ "--profile", "black", "--filter-files" ]
- repo: https://github.com/pycqa/isort
rev: 5.6.4
hooks:
- id: isort
args: [ "--profile", "black", "--filter-files" ]