Skip to content
Snippets Groups Projects
Commit 89e6e06d authored by Antoine Lambert's avatar Antoine Lambert
Browse files

pre-commit: Bump isort from 5.10.1 to 5.11.5

This fixes python 3.7 support due to poetry, a dependency of isort, that
removed support for that Python version in a recent release.
parent 784c9075
No related branches found
No related tags found
No related merge requests found
Pipeline #450 passed
...@@ -33,7 +33,7 @@ repos: ...@@ -33,7 +33,7 @@ repos:
types: [python] types: [python]
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 5.10.1 rev: 5.11.5
hooks: hooks:
- id: isort - id: isort
exclude: cvs2gitdump|rcsparse exclude: cvs2gitdump|rcsparse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment