Skip to content

Commit b710703

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/psf/black: 23.12.0 → 23.12.1](psf/black@23.12.0...23.12.1) - [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.7 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v4.0.0-alpha.7...v4.0.0-alpha.8)
1 parent eb90c19 commit b710703

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
@@ -18,7 +18,7 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/psf/black
21-
rev: 23.12.0
21+
rev: 23.12.1
2222
hooks:
2323
- id: black
2424
types:
@@ -39,7 +39,7 @@ repos:
3939
files: .py$
4040

4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v4.0.0-alpha.7
42+
rev: v4.0.0-alpha.8
4343
hooks:
4444
- id: prettier
4545
types_or: [javascript]

0 commit comments

Comments
 (0)