Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.0.14 → v1.7.1.15](Mateusz-Grzelinski/actionlint-py@v1.7.0.14...v1.7.1.15)
- [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.5 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.5...v0.4.9)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent f4b7225 commit 26ad8a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ repos:
args: ["--profile", "black"]

- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: v1.7.0.14
rev: v1.7.1.15
hooks:
- id: actionlint

- repo: https://github.com/pycqa/flake8
rev: "7.0.0"
rev: "7.1.0"
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -131,7 +131,7 @@ repos:
additional_dependencies: ["pytest", "types-requests"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.9
hooks:
- id: ruff
files: ^(scripts|tests|custom_components)/.+\.py$
Expand Down

0 comments on commit 26ad8a5

Please sign in to comment.