Skip to content

Commit

Permalink
fix: change isort repo with pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Nov 1, 2023
1 parent a751ba0 commit f8060e4
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 @@ -23,8 +23,8 @@ repos:
hooks:
- id: black
exclude: "^docs/.*|.github/release.py"
- repo: https://github.com/timothycrosley/isort.git
rev: "5.6.4"
- repo: https://github.com/PyCQA/isort.git
rev: "5.12.0"
hooks:
- id: isort
exclude: "^docs/.*"
Expand Down

0 comments on commit f8060e4

Please sign in to comment.