Skip to content

Commit 1fa9201

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.10.1 → v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0) - [github.com/psf/black: 23.7.0 → 23.12.1](psf/black@23.7.0...23.12.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
1 parent 066d1b0 commit 1fa9201

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.4.0
6+
rev: v4.5.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -14,14 +14,14 @@ repos:
1414
- id: mixed-line-ending
1515

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

2323
- repo: https://github.com/psf/black
24-
rev: 23.7.0
24+
rev: 23.12.1
2525
hooks:
2626
- id: black
2727
- id: black-jupyter
@@ -36,17 +36,17 @@ repos:
3636
hooks:
3737
- id: seed-isort-config
3838
- repo: https://github.com/PyCQA/isort
39-
rev: 5.12.0
39+
rev: 5.13.2
4040
hooks:
4141
- id: isort
4242

4343
- repo: https://github.com/PyCQA/isort
44-
rev: 5.12.0
44+
rev: 5.13.2
4545
hooks:
4646
- id: isort
4747

4848
- repo: https://github.com/pre-commit/mirrors-prettier
49-
rev: 'v3.0.3'
49+
rev: 'v4.0.0-alpha.8'
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.3'
64+
rev: 'v4.0.0-alpha.8'
6565
hooks:
6666
- id: prettier
6767
name: prettier-markdown

0 commit comments

Comments
 (0)