Skip to content

Commit ca64c1b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/keewis/blackdoc: v0.3.6 → v0.3.7](keewis/blackdoc@v0.3.6...v0.3.7) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.4)
1 parent 434f55d commit ca64c1b

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
@@ -13,12 +13,12 @@ repos:
1313
- id: double-quote-string-fixer
1414

1515
- repo: https://github.com/psf/black
16-
rev: 22.8.0
16+
rev: 22.10.0
1717
hooks:
1818
- id: black-jupyter
1919

2020
- repo: https://github.com/keewis/blackdoc
21-
rev: v0.3.6
21+
rev: v0.3.7
2222
hooks:
2323
- id: blackdoc
2424

@@ -33,6 +33,6 @@ repos:
3333
- id: isort
3434

3535
- repo: https://github.com/pre-commit/mirrors-prettier
36-
rev: v3.0.0-alpha.0
36+
rev: v3.0.0-alpha.4
3737
hooks:
3838
- id: prettier

0 commit comments

Comments
 (0)