Skip to content

Commit

Permalink
Bump pre-commit isort to 5.12.0
Browse files Browse the repository at this point in the history
This release contains a critical fix for newer Poetry versions that
crashes due to "invalid" pyproject.toml syntax.
  • Loading branch information
uranusjr committed Jan 30, 2023
1 parent a2a4feb commit b653b12
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 @@ -33,7 +33,7 @@ repos:
exclude: tests/data

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
files: \.py$
Expand Down

0 comments on commit b653b12

Please sign in to comment.