Skip to content

Commit c79628f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.5b2 → 21.7b0](psf/black@21.5b2...21.7b0) - [github.com/pre-commit/mirrors-prettier: v2.3.1 → v2.3.2](pre-commit/mirrors-prettier@v2.3.1...v2.3.2)
1 parent 04c33e1 commit c79628f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: 21.5b2
7+
rev: 21.7b0
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.3.2"
1919
hooks:
2020
- id: prettier
2121
types: [file]

0 commit comments

Comments
 (0)