From f8e136a1b1fab99e3136fd46fb06273d7f250288 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:15:25 +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: - https://github.com/myint/autoflake/: v2.0.1 → v2.0.2 - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.1.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.0...v1.1.1) - [github.com/pappasam/toml-sort: v0.22.3 → v0.22.4](https://github.com/pappasam/toml-sort/compare/v0.22.3...v0.22.4) --- .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 1b7ec91..3d62d61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: isort files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/myint/autoflake/ - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autoflake files: ^((custom_components)/.+)?[^/]+\.py$ @@ -30,7 +30,7 @@ repos: - --quiet files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell args: @@ -48,7 +48,7 @@ repos: - Flake8-pyproject==1.2.2 files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit args: @@ -68,7 +68,7 @@ repos: - id: check-json exclude: (.vscode|.devcontainer) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.1.1 hooks: - id: mypy additional_dependencies: [types-all] @@ -78,7 +78,7 @@ repos: - id: yamllint exclude: (.vscode|.devcontainer|.github) - repo: https://github.com/pappasam/toml-sort - rev: v0.22.3 + rev: v0.22.4 hooks: - id: toml-sort args: []