Skip to content

Commit

Permalink
Update isort pre-commit hook to fix install issue
Browse files Browse the repository at this point in the history
See PyCQA/isort#2077.

I'm still a poetry hater.
  • Loading branch information
Edward-Knight committed Mar 30, 2024
1 parent 72ce3ca commit 4ec717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort

0 comments on commit 4ec717a

Please sign in to comment.