From 70f0970e79b98dd94e17eb55325385556161e9ab Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:49:41 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v5.0.0) - [github.com/pycqa/flake8: 6.0.0 → 7.3.0](https://github.com/pycqa/flake8/compare/6.0.0...7.3.0) - [github.com/pycqa/isort: 5.11.5 → 6.0.1](https://github.com/pycqa/isort/compare/5.11.5...6.0.1) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.16.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.16.1) - [github.com/espressif/conventional-precommit-linter: v1.2.0 → v1.10.0](https://github.com/espressif/conventional-precommit-linter/compare/v1.2.0...v1.10.0) --- .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 263280b..28eeaaa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_install_hook_types: [pre-commit,commit-msg] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,25 +16,25 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.3.0 hooks: - id: flake8 args: ['--config=.flake8'] - repo: https://github.com/pycqa/isort - rev: 5.11.5 + rev: 6.0.1 hooks: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.1.1' # Use the sha / tag you want to point at + rev: 'v1.16.1' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [] - repo: https://github.com/espressif/conventional-precommit-linter - rev: v1.2.0 + rev: v1.10.0 hooks: - id: conventional-precommit-linter stages: [commit-msg] From 21871f37a50964905fe248ed0e9b2b8e6b187aea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:50:21 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07699d3..d43c795 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# python-binary-action \ No newline at end of file +# python-binary-action