Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6fd9fe5

Browse files
authoredOct 4, 2021
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.8.0 → 5.9.3](PyCQA/isort@5.8.0...5.9.3) - [github.com/psf/black: 21.5b2 → 21.9b0](psf/black@21.5b2...21.9b0) - [github.com/asottile/pyupgrade: v2.19.0 → v2.29.0](asottile/pyupgrade@v2.19.0...v2.29.0)
1 parent 89420af commit 6fd9fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ repos:
2121
- id: autoflake
2222
args: ["--in-place", "--remove-all-unused-imports"]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.8.0
24+
rev: 5.9.3
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 21.5b2
28+
rev: 21.9b0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.19.0
32+
rev: v2.29.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]

0 commit comments

Comments
 (0)
Please sign in to comment.