Skip to content

Commit

Permalink
pre-commit: replace isort mirror with isort upstream (#2118)
Browse files Browse the repository at this point in the history
The isort pre-commit mirror has been deprecated. This change updates
configuration to use the upstream package repository instead of the
mirror.
  • Loading branch information
abn authored Mar 8, 2020
1 parent 7b1fd0c commit 9e3f606
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
hooks:
- id: isort
additional_dependencies: [toml]
Expand Down

0 comments on commit 9e3f606

Please sign in to comment.