Skip to content

Commit 3b6d175

Browse files
[pre-commit.ci] pre-commit autoupdate (#39)
updates: - [github.com/PyCQA/isort: v5.11.3 → 5.11.4](PyCQA/isort@v5.11.3...5.11.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a164a6 commit 3b6d175

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
@@ -15,7 +15,7 @@ repos:
1515
- id: autoflake # isort should run before black as black sometimes tweaks the isort output
1616
args: ["--in-place", "--ignore-init-module-imports"]
1717
- repo: https://github.com/PyCQA/isort
18-
rev: v5.11.3
18+
rev: 5.11.4
1919
hooks:
2020
- id: isort
2121
# https://github.com/python/black#version-control-integration

0 commit comments

Comments
 (0)