From e13f93604185b7f36b9100fa9267f8d328344baa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:52:00 +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 → a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3](https://github.com/Mateusz-Grzelinski/actionlint-py/compare/e676b4576ddcc3018077da2c172f30a3a83974eb...a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3) - [github.com/openstack/bashate: fbd7c2534c2701351c603ff700ddf08202430a31 → 5798d24d571676fc407e81df574c1ef57b520f23](https://github.com/openstack/bashate/compare/fbd7c2534c2701351c603ff700ddf08202430a31...5798d24d571676fc407e81df574c1ef57b520f23) - [github.com/igorshubovych/markdownlint-cli: aa975a18c9a869648007d33864034dbc7481fe5e → v0.43.0](https://github.com/igorshubovych/markdownlint-cli/compare/aa975a18c9a869648007d33864034dbc7481fe5e...v0.43.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 → 0710b94280408eef12748cde4782972942370ad2](https://github.com/astral-sh/ruff-pre-commit/compare/75b98813cfb7e663870a28c74366a1e99d7bfe79...0710b94280408eef12748cde4782972942370ad2) --- .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..764fc6f 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: a1faddedc7c21fa1a5b9bb42e1c3ddbe94e96aa3 # frozen: v1.7.4.18 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.43.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: 0710b94280408eef12748cde4782972942370ad2 # frozen: v0.8.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]