Skip to content

Commit

Permalink
pre-commit: bump repositories
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.1.0 → v3.2.2](asottile/pyupgrade@v3.1.0...v3.2.2)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.2 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.2...v3.0.0-alpha.4)
  • Loading branch information
pre-commit-ci[bot] authored and FFY00 committed Nov 21, 2022
1 parent 3e7dc60 commit 4475cf1
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 @@ -22,7 +22,7 @@ repos:
hooks:
- id: validate-pyproject
- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.2.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -36,7 +36,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==22.6]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.2"
rev: "v3.0.0-alpha.4"
hooks:
- id: prettier
- repo: https://github.com/PyCQA/isort
Expand Down

0 comments on commit 4475cf1

Please sign in to comment.