Skip to content

Commit

Permalink
Merge pull request #18 from andrea-mattioli/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
andrea-mattioli authored Apr 22, 2024
2 parents 32ae203 + 7bb97bf commit 4402eef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ version-resolver:
template: |
[![Downloads for this release](https://img.shields.io/github/downloads/andrea-mattioli/bticino_x8000_component/$RESOLVED_VERSION/total.svg)](https://github.com/andrea-mattioli/bticino_x8000_component/releases/$RESOLVED_VERSION)
$CHANGES
**🍻 Like my work and want to support me? 🍻**
<a href="http://paypal.me/mattiols" target="_blank"><img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg"></a>
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ default_language_version:

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py311-plus]
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.4.0
hooks:
- id: black
args:
Expand All @@ -39,7 +39,7 @@ repos:
<<: &python-files
files: ^(custom_components/.+)?[^/]+\.py$
- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
rev: 1.7.8
hooks:
- id: bandit
args:
Expand All @@ -52,7 +52,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
Expand Down

0 comments on commit 4402eef

Please sign in to comment.