Skip to content

Commit

Permalink
build: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/commitizen-tools/commitizen: v2.40.0 → v2.42.1](commitizen-tools/commitizen@v2.40.0...v2.42.1)
- [github.com/psf/black: 23.1a1 → 23.1.0](psf/black@23.1a1...23.1.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.0-alpha.6)
- [github.com/PyCQA/prospector: v1.8.4 → v1.9.0](prospector-dev/prospector@v1.8.4...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 6, 2023
1 parent 9bb197c commit 52864b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: v2.40.0
rev: v2.42.1
# --- Linters ---
# - hooks:
# - id: dockerfile_lint
Expand All @@ -52,12 +52,12 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 23.1a1
rev: 23.1.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
exclude: ^custom_components/alexa_media/translations|CHANGELOG.md
rev: v3.0.0-alpha.4
rev: v3.0.0-alpha.6
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks:
Expand Down Expand Up @@ -102,7 +102,7 @@ repos:
exclude_types: [csv, json]
exclude: ^tests/fixtures/
- repo: https://github.com/PyCQA/prospector
rev: v1.8.4
rev: v1.9.0
hooks:
- id: prospector
exclude: ^(tests)/.+\.py$
Expand Down

0 comments on commit 52864b1

Please sign in to comment.