From 463e464a4726bd2913a175e3c1c7733f0c6dfb63 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 17:47:10 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/igorshubovych/markdownlint-cli: v0.40.0 → v0.41.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.40.0...v0.41.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.0.14 → v1.7.1.15](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/v1.7.0.14...v1.7.1.15) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) - [github.com/fsfe/reuse-tool: v3.0.2 → v3.1.0a1](https://github.com/fsfe/reuse-tool/compare/v3.0.2...v3.1.0a1) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.9) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65f724b..b8b97d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] @@ -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: @@ -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$