Skip to content

Commit b123aa8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.9-for-vscode)
1 parent 0d8871d commit b123aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.3.1
25+
rev: v3.8.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: v2.7.1
30+
rev: v3.0.0-alpha.9-for-vscode
3131
hooks:
3232
- id: prettier
3333
additional_dependencies:

0 commit comments

Comments
 (0)