Skip to content

Commit 0bdfa23

Browse files
[pre-commit.ci] pre-commit autoupdate (#37)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ccc65a4 commit 0bdfa23

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
@@ -21,14 +21,14 @@ repos:
2121
- id: mixed-line-ending
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.8.0
24+
rev: v3.14.0
2525
hooks:
2626
- id: pyupgrade
2727
args:
2828
- '--py38-plus'
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.3.0
31+
rev: 23.9.1
3232
hooks:
3333
- id: black
3434
- id: black-jupyter
@@ -39,7 +39,7 @@ repos:
3939
- id: blackdoc
4040

4141
- repo: https://github.com/PyCQA/flake8
42-
rev: 6.0.0
42+
rev: 6.1.0
4343
hooks:
4444
- id: flake8
4545

@@ -49,6 +49,6 @@ repos:
4949
- id: isort
5050

5151
- repo: https://github.com/pre-commit/mirrors-prettier
52-
rev: v3.0.0-alpha.9-for-vscode
52+
rev: v3.0.3
5353
hooks:
5454
- id: prettier

0 commit comments

Comments
 (0)