Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1171)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2021
1 parent 9322fc3 commit 1ae89bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/asottile/pyupgrade
rev: v2.25.0
rev: v2.26.0
hooks:
- id: pyupgrade
exclude: tests/testdata
Expand Down Expand Up @@ -81,7 +81,7 @@ repos:
]
exclude: tests/testdata| # exclude everything, we're not ready
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.2
rev: v2.4.0
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]

0 comments on commit 1ae89bf

Please sign in to comment.