Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.4.0](asottile/pyupgrade@v3.3.1...v3.4.0)
- [github.com/packit/pre-commit-hooks: v1.0.0 → v1.1.0](packit/pre-commit-hooks@v1.0.0...v1.1.0)
  • Loading branch information
pre-commit-ci[bot] authored May 8, 2023
1 parent 7e26b3d commit 2569e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v3.0.0-alpha.9-for-vscode
hooks:
- id: prettier

Expand All @@ -44,12 +44,12 @@ repos:
- types-PyYAML

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.4.0
hooks:
- id: pyupgrade

- repo: https://github.com/packit/pre-commit-hooks
rev: v1.0.0
rev: v1.1.0
hooks:
- id: check-rebase
args:
Expand Down

0 comments on commit 2569e97

Please sign in to comment.