Skip to content

Commit 51686cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](asottile/reorder-python-imports@v2.5.0...v2.6.0) - [github.com/psf/black: 21.5b2 → 21.10b0](psf/black@21.5b2...21.10b0) - [github.com/pre-commit/mirrors-prettier: v2.3.1 → v2.4.1](pre-commit/mirrors-prettier@v2.3.1...v2.4.1)
1 parent 04c33e1 commit 51686cf

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,10 +1,10 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v2.5.0
3+
rev: v2.6.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: 21.5b2
7+
rev: 21.10b0
88
hooks:
99
- id: black
1010
language_version: python3
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: "v2.3.1"
18+
rev: "v2.4.1"
1919
hooks:
2020
- id: prettier
2121
types: [file]

0 commit comments

Comments
 (0)