Skip to content

Commit

Permalink
build: pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/commitizen-tools/commitizen: v3.28.0 → v3.29.1](commitizen-tools/commitizen@v3.28.0...v3.29.1)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
- [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0)
- [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10)
- [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](floatingpurr/sync_with_poetry@1.1.0...1.2.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 78864ce commit 28bdf0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ repos:
- id: check-yaml
exclude: ^recipes/.*
repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0

# --- Commit msg checks ---
- hooks:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v3.29.1
# --- Linters ---
# - hooks:
# - id: dockerfile_lint
Expand All @@ -50,14 +50,14 @@ repos:
- hooks:
- id: black
repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
- repo: https://github.com/pre-commit/mirrors-prettier
hooks:
- id: prettier
exclude: ^custom_components/alexa_media/translations|CHANGELOG.md
rev: v4.0.0-alpha.8
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -66,7 +66,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/PyCQA/bandit
rev: 1.7.9
rev: 1.7.10
hooks:
- id: bandit
args:
Expand All @@ -87,7 +87,7 @@ repos:
# pass_filenames: false
# always_run: true
- repo: https://github.com/floatingpurr/sync_with_poetry
rev: "1.1.0"
rev: "1.2.0"
hooks:
- id: sync_with_poetry
args: []
Expand Down

0 comments on commit 28bdf0f

Please sign in to comment.