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: v2.38.2 → v3.0.0](asottile/pyupgrade@v2.38.2...v3.0.0)
- [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.1](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.1)
  • Loading branch information
pre-commit-ci[bot] authored and layday committed Oct 15, 2022
1 parent e0b103c commit 03f93d5
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 @@ -18,12 +18,12 @@ repos:
- id: trailing-whitespace
- id: double-quote-string-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.0.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand All @@ -32,7 +32,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==22.6]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.0"
rev: "v3.0.0-alpha.1"
hooks:
- id: prettier
- repo: https://github.com/PyCQA/isort
Expand Down

0 comments on commit 03f93d5

Please sign in to comment.