Skip to content

Commit b305079

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3)
1 parent 81ad007 commit b305079

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
@@ -28,7 +28,7 @@ repos:
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: "v3.21.1"
31+
rev: "v3.21.2"
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py312]
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: black
4444
- repo: https://github.com/rbubley/mirrors-prettier
45-
rev: "v3.6.2"
45+
rev: "v3.7.3"
4646
hooks:
4747
- id: prettier
4848
exclude_types: [html, json, scss]

0 commit comments

Comments
 (0)