Skip to content

Commit

Permalink
Update isort version in pre-commit config.
Browse files Browse the repository at this point in the history
Setting up the pre-commit hooks fails due to a bug in isort (see:
PyCQA/isort#2083). This commit updates the
version to 5.12.0 where this bug was fixed.
  • Loading branch information
zoj613 committed May 3, 2023
1 parent d54e2d0 commit 6d5994d
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 @@ -21,7 +21,7 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 6d5994d

Please sign in to comment.