Skip to content

Commit 1ae89bf

Browse files
[pre-commit.ci] pre-commit autoupdate (#1171)
updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](asottile/pyupgrade@v2.25.0...v2.26.0) - [github.com/pre-commit/mirrors-prettier: v2.3.2 → v2.4.0](pre-commit/mirrors-prettier@v2.3.2...v2.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9322fc3 commit 1ae89bf

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
@@ -21,7 +21,7 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.25.0
24+
rev: v2.26.0
2525
hooks:
2626
- id: pyupgrade
2727
exclude: tests/testdata
@@ -81,7 +81,7 @@ repos:
8181
]
8282
exclude: tests/testdata| # exclude everything, we're not ready
8383
- repo: https://github.com/pre-commit/mirrors-prettier
84-
rev: v2.3.2
84+
rev: v2.4.0
8585
hooks:
8686
- id: prettier
8787
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)