Skip to content

Commit

Permalink
[FIX] Update isort version on pre-commit
Browse files Browse the repository at this point in the history
To avoid the isort problem (PyCQA/isort#2077)
  • Loading branch information
pedrobaeza committed Feb 8, 2023
1 parent e51d916 commit 3214ae4
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 3214ae4

Please sign in to comment.