Skip to content

Commit 885d137

Browse files
authored
Merge pull request #196 from bgilbert/isort
pre-commit-config: update isort
2 parents bce89f6 + 85caf80 commit 885d137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
args: ["--py37-plus"]
2222

2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.10.1
24+
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727
name: Reorder python imports with isort

0 commit comments

Comments
 (0)