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.1](commitizen-tools/commitizen@v3.28.0...v4.1.1)
- [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.2](PyCQA/bandit@1.7.9...1.8.2)
- [github.com/floatingpurr/sync_with_poetry: 1.1.0 → 1.2.0](floatingpurr/sync_with_poetry@1.1.0...1.2.0)
- [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 27, 2025
1 parent b7bf215 commit 73c89be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.1
# --- 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.2
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
Expand All @@ -83,12 +83,12 @@ 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: []
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 73c89be

Please sign in to comment.