From 0afbf72ed22c682e9a8c4d6b3d523614dece457b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:08: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: - [github.com/asottile/pyupgrade: v3.3.1 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.17.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - https://github.com/myint/autoflake/: v2.0.1 → v2.3.1 - [github.com/psf/black: 23.1.0 → 24.8.0](https://github.com/psf/black/compare/23.1.0...24.8.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/6.0.0...7.1.1) - [github.com/PyCQA/bandit: 1.7.4 → 1.7.9](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.9) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.0...v1.11.2) - [github.com/adrienverge/yamllint.git: v1.29.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.29.0...v1.35.1) - [github.com/pappasam/toml-sort: v0.22.3 → v0.23.1](https://github.com/pappasam/toml-sort/compare/v0.22.3...v0.23.1) --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6269ed5..e13fcf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,21 +7,21 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/myint/autoflake/ - rev: v2.0.1 + rev: v2.3.1 hooks: - id: autoflake files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 24.8.0 hooks: - id: black args: @@ -29,7 +29,7 @@ repos: - --quiet files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.3.0 hooks: - id: codespell args: @@ -38,7 +38,7 @@ repos: - --quiet-level=2 exclude_types: [csv, json] - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -47,7 +47,7 @@ repos: - Flake8-pyproject==1.2.2 files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.9 hooks: - id: bandit args: @@ -56,7 +56,7 @@ repos: - --exclude=examples files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -65,17 +65,17 @@ repos: - id: check-json exclude: (.vscode|.devcontainer) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: [types-all] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.35.1 hooks: - id: yamllint exclude: (.vscode|.devcontainer|.github) - repo: https://github.com/pappasam/toml-sort - rev: v0.22.3 + rev: v0.23.1 hooks: - id: toml-sort args: []