Skip to content

Commit

Permalink
fix isort installation error (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw committed Jan 29, 2023
1 parent b111a77 commit 40eb27d
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 @@ -28,8 +28,8 @@ repos:
rev: "6.0.0"
hooks:
- id: flake8
- repo: https://github.com/timothycrosley/isort
rev: v5.11.3
- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
hooks:
- id: isort
exclude: demisto_sdk/commands/init/templates/.*
Expand Down

0 comments on commit 40eb27d

Please sign in to comment.