Skip to content

Commit

Permalink
Merge pull request #474 from Tecnativa/fix-isort
Browse files Browse the repository at this point in the history
[FIX] Update isort version on pre-commit
  • Loading branch information
pedrobaeza authored Feb 8, 2023
2 parents e51d916 + 3214ae4 commit 7399a91
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 @@ -39,8 +39,8 @@ repos:
hooks:
- id: black
additional_dependencies: ["click<8.1.0"]
- repo: https://github.com/timothycrosley/isort
rev: 5.7.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
args:
Expand Down

0 comments on commit 7399a91

Please sign in to comment.