Skip to content

Commit

Permalink
pre-commit: use official isort repo
Browse files Browse the repository at this point in the history
Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
  • Loading branch information
trim21 and pradyunsg committed Apr 14, 2020
1 parent f6759c7 commit 288d997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repos:
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
- repo: https://github.com/timothycrosley/isort
rev: 4.3.21-2
hooks:
- id: isort
additional_dependencies: [toml]
Expand Down

0 comments on commit 288d997

Please sign in to comment.