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: v3.28.0 → v4.1.0](commitizen-tools/commitizen@v3.28.0...v4.1.0)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- [github.com/PyCQA/bandit: 1.7.9 → 1.8.0](PyCQA/bandit@1.7.9...1.8.0)
- [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 Dec 23, 2024
1 parent c107046 commit 29f2658
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 @@ -41,7 +41,7 @@ repos:
- id: commitizen
stages: ["commit-msg"]
repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v4.1.0
# --- Linters ---
# - hooks:
# - id: dockerfile_lint
Expand All @@ -57,7 +57,7 @@ repos:
exclude: ^custom_components/alexa_media/translations|CHANGELOG.md
rev: v4.0.0-alpha.8
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
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.8.0
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand All @@ -83,7 +83,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 29f2658

Please sign in to comment.