Skip to content

Commit f5c22a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 20.8b1 → 21.4b0](psf/black@20.8b1...21.4b0) - [github.com/asottile/reorder_python_imports: v2.4.0 → v2.5.0](asottile/reorder-python-imports@v2.4.0...v2.5.0) - [github.com/asottile/pyupgrade: v2.12.0 → v2.13.0](asottile/pyupgrade@v2.12.0...v2.13.0)
1 parent 134d8f7 commit f5c22a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 20.8b1
3+
rev: 21.4b0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -29,12 +29,12 @@ repos:
2929
- flake8-typing-imports==1.9.0
3030
- flake8-docstrings==1.5.0
3131
- repo: https://github.com/asottile/reorder_python_imports
32-
rev: v2.4.0
32+
rev: v2.5.0
3333
hooks:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.12.0
37+
rev: v2.13.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]

0 commit comments

Comments
 (0)