From e43cfd3a58779779730413ef85dc0e871c6449d5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 17:59:27 +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/PyCQA/bandit: 1.8.0 → 1.8.2](https://github.com/PyCQA/bandit/compare/1.8.0...1.8.2) - [github.com/rhysd/actionlint: v1.7.5 → v1.7.6](https://github.com/rhysd/actionlint/compare/v1.7.5...v1.7.6) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.0...v1.14.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c266708..32309d99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -184,7 +184,7 @@ repos: hooks: - id: conform - repo: https://github.com/PyCQA/bandit - rev: "1.8.0" + rev: "1.8.2" hooks: - id: bandit args: @@ -235,7 +235,7 @@ repos: hooks: - id: rm-unneeded-f-str - repo: https://github.com/rhysd/actionlint - rev: "v1.7.5" + rev: "v1.7.6" hooks: - id: actionlint - repo: https://github.com/editorconfig-checker/editorconfig-checker.python @@ -243,7 +243,7 @@ repos: hooks: - id: editorconfig-checker - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.14.0" + rev: "v1.14.1" hooks: - id: mypy additional_dependencies: [types-pyyaml==6.0.12]