From f9d182dfe59f8c8259de6ec0e969dc3d78cf8282 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:54:13 +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/Mateusz-Grzelinski/actionlint-py: e676b4576ddcc3018077da2c172f30a3a83974eb → a185be0fd5b45112845b700d91b81050c75579e2](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/e676b4576ddcc3018077da2c172f30a3a83974eb...a185be0fd5b45112845b700d91b81050c75579e2) - [github.com/openstack/bashate: fbd7c2534c2701351c603ff700ddf08202430a31 → 5798d24d571676fc407e81df574c1ef57b520f23](https://github.com/openstack/bashate/compare/fbd7c2534c2701351c603ff700ddf08202430a31...5798d24d571676fc407e81df574c1ef57b520f23) - [github.com/igorshubovych/markdownlint-cli: aa975a18c9a869648007d33864034dbc7481fe5e → v0.44.0](https://github.com/igorshubovych/markdownlint-cli/compare/aa975a18c9a869648007d33864034dbc7481fe5e...v0.44.0) - [github.com/fsfe/reuse-tool: 97607144d9c340262236b6eb1cf7b605e9a5880a → 60dfc6b2ad9e1f3eabfbcf3a0dc202ee89dc5a00](https://github.com/fsfe/reuse-tool/compare/97607144d9c340262236b6eb1cf7b605e9a5880a...60dfc6b2ad9e1f3eabfbcf3a0dc202ee89dc5a00) - [github.com/astral-sh/ruff-pre-commit: 75b98813cfb7e663870a28c74366a1e99d7bfe79 → 36b36942c52d8ce8ae6314461f2d86b1fda158e3](https://github.com/astral-sh/ruff-pre-commit/compare/75b98813cfb7e663870a28c74366a1e99d7bfe79...36b36942c52d8ce8ae6314461f2d86b1fda158e3) --- .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 156d3fd..cb5ec56 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -74,29 +74,29 @@ repos: - id: shellcheck - repo: https://github.com/Mateusz-Grzelinski/actionlint-py - rev: e676b4576ddcc3018077da2c172f30a3a83974eb # frozen: v1.7.3.17 + rev: a185be0fd5b45112845b700d91b81050c75579e2 # frozen: v1.7.7.23 hooks: - id: actionlint - repo: https://github.com/openstack/bashate - rev: fbd7c2534c2701351c603ff700ddf08202430a31 # frozen: 2.1.1 + rev: 5798d24d571676fc407e81df574c1ef57b520f23 # frozen: 2.1.1 hooks: - id: bashate args: ["--ignore=E006,E011"] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: aa975a18c9a869648007d33864034dbc7481fe5e # frozen: v0.42.0 + rev: v0.44.0 # frozen: v0.42.0 hooks: - id: markdownlint args: ["--fix"] - repo: https://github.com/fsfe/reuse-tool - rev: 97607144d9c340262236b6eb1cf7b605e9a5880a # frozen: v4.0.3 + rev: 60dfc6b2ad9e1f3eabfbcf3a0dc202ee89dc5a00 # frozen: v5.0.2 hooks: - id: reuse - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 75b98813cfb7e663870a28c74366a1e99d7bfe79 # frozen: v0.6.9 + rev: 36b36942c52d8ce8ae6314461f2d86b1fda158e3 # frozen: v0.9.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]