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/igorshubovych/markdownlint-cli: v0.40.0 → v0.41.0](igorshubovych/markdownlint-cli@v0.40.0...v0.41.0)
- [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/fsfe/reuse-tool: v3.0.2 → v3.1.0a1](fsfe/reuse-tool@v3.0.2...v3.1.0a1)
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.9](astral-sh/ruff-pre-commit@v0.4.4...v0.4.9)
  • Loading branch information
pre-commit-ci[bot] authored Jun 17, 2024
1 parent 1761230 commit 463e464
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 @@ -61,7 +61,7 @@ repos:

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.40.0
rev: v0.41.0
hooks:
- id: markdownlint
args: ["--fix"]
Expand Down Expand Up @@ -106,12 +106,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 @@ -128,12 +128,12 @@ repos:
]

- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2
rev: v3.1.0a1
hooks:
- id: reuse

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

0 comments on commit 463e464

Please sign in to comment.