Skip to content

Commit 007960c

Browse files
authored
Update isort to 5.11.5 (#14735)
Release notes: https://github.com/PyCQA/isort/releases/tag/5.11.5 This resolves an issue with `pre-commit` and `poetry` which caused the pre-commit `isort` install to fail. `5.12.0` requires Python 3.8
1 parent c03e979 commit 007960c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: black
66
- repo: https://github.com/pycqa/isort
7-
rev: 5.11.4 # must match test-requirements.txt
7+
rev: 5.11.5 # must match test-requirements.txt
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pycqa/flake8

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ filelock>=3.3.0
66
flake8==5.0.4 # must match version in .pre-commit-config.yaml
77
flake8-bugbear==22.12.6 # must match version in .pre-commit-config.yaml
88
flake8-noqa==1.3.0 # must match version in .pre-commit-config.yaml
9-
isort[colors]==5.11.4 # must match version in .pre-commit-config.yaml
9+
isort[colors]==5.11.5 # must match version in .pre-commit-config.yaml
1010
lxml>=4.9.1; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
1111
psutil>=4.0
1212
# pytest 6.2.3 does not support Python 3.10

0 commit comments

Comments
 (0)