Skip to content

Commit 2b9e671

Browse files
[pre-commit.ci] pre-commit autoupdate (#272)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.0](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.0) * update prettier --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Robert Resch <[email protected]>
1 parent deedd7a commit 2b9e671

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
@@ -10,13 +10,13 @@ default_language_version:
1010

1111
repos:
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.8.0
13+
rev: v3.9.0
1414
hooks:
1515
- id: pyupgrade
1616
args:
1717
- --py311-plus
1818
- repo: https://github.com/psf/black
19-
rev: 23.3.0
19+
rev: 23.7.0
2020
hooks:
2121
- id: black
2222
args:
@@ -60,12 +60,12 @@ repos:
6060
- id: no-commit-to-branch
6161
- id: requirements-txt-fixer
6262
- repo: https://github.com/pre-commit/mirrors-prettier
63-
rev: v3.0.0-alpha.9-for-vscode
63+
rev: v3.0.0
6464
hooks:
6565
- id: prettier
6666
additional_dependencies:
67-
- prettier@2.7.1
68-
- prettier-plugin-sort-json@0.0.3
67+
- prettier@2.8.8
68+
- prettier-plugin-sort-json@1.0.0
6969
exclude_types:
7070
- python
7171
- repo: https://github.com/adrienverge/yamllint.git

0 commit comments

Comments
 (0)