Skip to content

Commit

Permalink
Upgrade isort version in pre-commit
Browse files Browse the repository at this point in the history
This fixes recent issues with installing isort via pre-commit that was
introduced in recent versions of poetry-core.

See PyCQA/isort#2078
  • Loading branch information
jalaziz committed Feb 22, 2023
1 parent 3495377 commit 28b7deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-symlinks
- id: check-toml
- repo: https://github.com/pycqa/isort
rev: 5.8.0
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 28b7deb

Please sign in to comment.