Skip to content

Commit 434f55d

Browse files
[pre-commit.ci] pre-commit autoupdate (#81)
1 parent c62b567 commit 434f55d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ repos:
1313
- id: double-quote-string-fixer
1414

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

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

2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 5.0.2
26+
rev: 5.0.4
2727
hooks:
2828
- id: flake8
2929

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

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

0 commit comments

Comments
 (0)