Skip to content

Commit

Permalink
build(pre-commit): Apply hook rev updates
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.1](pre-commit/mirrors-prettier@v3.0.0...v3.0.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 7, 2023
1 parent 08c7395 commit a6437cc
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 @@ -17,7 +17,7 @@ repos:
additional_dependencies: ["@commitlint/config-conventional"]

- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "23.7.0"
hooks:
- id: black

Expand All @@ -34,7 +34,7 @@ repos:
args: [--wrap=80]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.0.1
hooks:
- id: prettier
types_or: [json, yaml]
Expand Down

0 comments on commit a6437cc

Please sign in to comment.