Skip to content

Commit

Permalink
update isort pre-commit version
Browse files Browse the repository at this point in the history
this fixes an error during isort installation
PyCQA/isort#2078
  • Loading branch information
hrodmn committed Jul 21, 2023
1 parent 78d8b87 commit d22a08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -28,7 +28,7 @@ repos:
- click
- stactools
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort

0 comments on commit d22a08e

Please sign in to comment.