Skip to content

Commit e16aac9

Browse files
[pre-commit.ci] pre-commit autoupdate (#1501)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0) - [github.com/pre-commit/mirrors-prettier: v2.6.1 → v2.6.2](pre-commit/mirrors-prettier@v2.6.1...v2.6.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 15d1920 commit e16aac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.1.0
6+
rev: v4.2.0
77
hooks:
88
- id: trailing-whitespace
99
exclude: .github/|tests/testdata
@@ -28,7 +28,7 @@ repos:
2828
exclude: tests/testdata|setup.py
2929
types: [python]
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.31.0
31+
rev: v2.32.0
3232
hooks:
3333
- id: pyupgrade
3434
exclude: tests/testdata
@@ -90,7 +90,7 @@ repos:
9090
]
9191
exclude: tests/testdata| # exclude everything, we're not ready
9292
- repo: https://github.com/pre-commit/mirrors-prettier
93-
rev: v2.6.1
93+
rev: v2.6.2
9494
hooks:
9595
- id: prettier
9696
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)