From eb01195974564ba64c59fcee88b2ce78106b0269 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 17:47:41 +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/pydocstyle.git: 6.2.2 → 6.3.0](https://github.com/PyCQA/pydocstyle.git/compare/6.2.2...6.3.0) - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.12 → v1.5.4](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.12...v1.5.4) - [github.com/adrienverge/yamllint.git: v1.27.1 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.27.1...v1.33.0) --- .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 6c056259f..0f7208bfe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: - id: requirements-txt-fixer - repo: https://github.com/PyCQA/pydocstyle.git - rev: 6.2.2 + rev: 6.3.0 hooks: - id: pydocstyle exclude: | @@ -58,7 +58,7 @@ repos: ) - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.1.12 + rev: v1.5.4 hooks: - id: remove-tabs @@ -68,7 +68,7 @@ repos: - id: forbid-html-img-without-alt-text - repo: https://github.com/adrienverge/yamllint.git - rev: v1.27.1 + rev: v1.33.0 hooks: - id: yamllint files: \.(yaml|yml)$