Skip to content

Commit 1b5bd63

Browse files
authored
Bump isort to 5.12.0 (#9617)
1 parent dd3aedd commit 1b5bd63

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
@@ -21,7 +21,7 @@ repos:
2121
- id: black
2222
language_version: python3.10
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.11.4 # must match requirements-tests.txt
24+
rev: 5.12.0 # must match requirements-tests.txt
2525
hooks:
2626
- id: isort
2727
name: isort (python)

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-confi
44
flake8-bugbear==23.1.14; python_version >= "3.8" # must match .pre-commit-config.yaml
55
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
66
flake8-pyi==23.1.1; python_version >= "3.8" # must match .pre-commit-config.yaml
7-
isort==5.11.4 # must match .pre-commit-config.yaml
7+
isort==5.12.0; python_version >= "3.8" # must match .pre-commit-config.yaml
88
mypy==0.991
99
packaging==23.0
1010
pathspec>=0.10.3

0 commit comments

Comments
 (0)