Skip to content

Commit

Permalink
Update isort version in pre-commit (#371)
Browse files Browse the repository at this point in the history
Update isort to 5.11.5 due to PyCQA/isort#2083
Note 5.12.0 is out but has already dropped support for python 3.7
  • Loading branch information
goldentroll committed Feb 19, 2023
1 parent 343ac4b commit d2e7ba7
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 @@ -12,7 +12,7 @@ repos:
args: ["--target-version=py37"]

- repo: https://github.com/pycqa/isort
rev: 5.11.2
rev: 5.11.5
hooks:
- id: isort
args: ["--profile=black"]
Expand Down

0 comments on commit d2e7ba7

Please sign in to comment.