Switch to official isort repository for pre-commit

This commit is contained in:
Marco Castelluccio 2020-04-02 21:52:31 +02:00
Родитель 897eccee55
Коммит 4f106f4879
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,8 +3,8 @@ repos:
rev: v2.1.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
- repo: https://github.com/timothycrosley/isort
rev: 4.3.21
hooks:
- id: isort
- repo: https://github.com/ambv/black