Skip to content

Commit

Permalink
Updated pre-commit hooks (#1118)
Browse files Browse the repository at this point in the history
isort repo is now resides under the pycqa org
  • Loading branch information
smithdc1 committed Feb 20, 2021
1 parent 80f9d53 commit 11ce175
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 @@ -3,8 +3,8 @@ repos:
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/timothycrosley/isort
rev: 5.6.4
- repo: https://github.com/pycqa/isort
rev: 5.7.0
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
Expand Down

0 comments on commit 11ce175

Please sign in to comment.