Commit 288d9973 by Trim21 Committed by GitHub

pre-commit: use official isort repo

Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
parent f6759c7b
...@@ -9,8 +9,8 @@ repos: ...@@ -9,8 +9,8 @@ repos:
hooks: hooks:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-isort - repo: https://github.com/timothycrosley/isort
rev: v4.3.21 rev: 4.3.21-2
hooks: hooks:
- id: isort - id: isort
additional_dependencies: [toml] additional_dependencies: [toml]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment