Skip to content

Commit 066d1b0

Browse files
[pre-commit.ci] pre-commit autoupdate (#179)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ed688e0 commit 066d1b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ repos:
1414
- id: mixed-line-ending
1515

1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.4.0
17+
rev: v3.10.1
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- '--py38-plus'
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.3.0
24+
rev: 23.7.0
2525
hooks:
2626
- id: black
2727
- id: black-jupyter
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 6.0.0
30+
rev: 6.1.0
3131
hooks:
3232
- id: flake8
3333

@@ -46,7 +46,7 @@ repos:
4646
- id: isort
4747

4848
- repo: https://github.com/pre-commit/mirrors-prettier
49-
rev: 'v3.0.0-alpha.9-for-vscode'
49+
rev: 'v3.0.3'
5050
hooks:
5151
- id: prettier
5252
files: "\\.(\
@@ -61,7 +61,7 @@ repos:
6161
)$"
6262

6363
- repo: https://github.com/pre-commit/mirrors-prettier
64-
rev: 'v3.0.0-alpha.9-for-vscode'
64+
rev: 'v3.0.3'
6565
hooks:
6666
- id: prettier
6767
name: prettier-markdown

0 commit comments

Comments
 (0)