Skip to content

Commit 0a2ec08

Browse files
renovate[bot]scop
authored andcommitted
chore(pre-commit): update isort to v5.12.0
1 parent 5927d57 commit 0a2ec08

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
@@ -69,7 +69,7 @@ repos:
6969
exclude: ^completions/
7070

7171
- repo: https://github.com/PyCQA/isort
72-
rev: 5.9.3
72+
rev: 5.12.0
7373
hooks:
7474
- id: isort
7575
args: [--filter-files, --settings-path=test/setup.cfg]

test/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pycodestyle ==2.10.0
99
pyflakes ==3.0.1
1010
flake8-bugbear ==23.1.14
1111

12-
isort ==5.9.3
12+
isort ==5.12.0
1313

1414
mypy ==0.971
1515

0 commit comments

Comments
 (0)