Skip to content

Commit aa3d626

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v2.4.0 → v2.4.1](pre-commit/mirrors-prettier@v2.4.0...v2.4.1) - [github.com/psf/black: 21.8b0 → 21.9b0](psf/black@21.8b0...21.9b0)
1 parent fdb7aaa commit aa3d626

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
@@ -12,7 +12,7 @@ repos:
1212
exclude: CHANGELOG.md
1313

1414
- repo: https://github.com/pre-commit/mirrors-prettier
15-
rev: v2.4.0
15+
rev: v2.4.1
1616
hooks:
1717
- id: prettier
1818
files: '.*\.mdx?$'
@@ -32,6 +32,6 @@ repos:
3232
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
3333

3434
- repo: https://github.com/psf/black
35-
rev: 21.8b0
35+
rev: 21.9b0
3636
hooks:
3737
- id: black

0 commit comments

Comments
 (0)