Skip to content

Commit f752d05

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.0)
1 parent b054227 commit f752d05

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
@@ -22,7 +22,7 @@ repos:
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 22.6.0
25+
rev: 22.8.0
2626
hooks:
2727
- id: black
2828
args:
@@ -42,7 +42,7 @@ repos:
4242

4343
# Autoformat: js, html, markdown, yaml, json
4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v2.7.1
45+
rev: v3.0.0-alpha.0
4646
hooks:
4747
- id: prettier
4848
exclude_types:

0 commit comments

Comments
 (0)