Skip to content

Commit fcf547d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.10.0 → 5.10.1](PyCQA/isort@5.10.0...5.10.1)
1 parent 0f54ce5 commit fcf547d

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
@@ -16,7 +16,7 @@ repos:
1616
- id: autoflake
1717
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.10.0
19+
rev: 5.10.1
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)