Skip to content

Commit 124fd73

Browse files
[pre-commit.ci] pre-commit autoupdate (#25)
1 parent 0e2f80f commit 124fd73

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
@@ -22,17 +22,17 @@ repos:
2222
- '--py37-plus'
2323

2424
- repo: https://github.com/psf/black
25-
rev: 22.6.0
25+
rev: 22.8.0
2626
hooks:
2727
- id: black-jupyter
2828

2929
- repo: https://github.com/keewis/blackdoc
30-
rev: v0.3.5
30+
rev: v0.3.6
3131
hooks:
3232
- id: blackdoc
3333

3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 5.0.2
35+
rev: 5.0.4
3636
hooks:
3737
- id: flake8
3838

@@ -42,6 +42,6 @@ repos:
4242
- id: isort
4343

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

0 commit comments

Comments
 (0)