From 6ae4034667187dcd5b02671fdc2f3bf787fedc5c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 04:46:31 +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/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.4.2...v1.5.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) - [github.com/jorisroovers/gitlint: v0.19.0dev → v0.19.1](https://github.com/jorisroovers/gitlint/compare/v0.19.0dev...v0.19.1) - [github.com/adrienverge/yamllint: v1.29.0 → v1.31.0](https://github.com/adrienverge/yamllint/compare/v1.29.0...v1.31.0) - [github.com/DavidAnson/markdownlint-cli2: v0.6.0 → v0.7.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.6.0...v0.7.1) --- .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 553b73d..48c68ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,17 +21,17 @@ repos: - id: check-toml - id: check-json - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.2 + rev: v1.5.1 hooks: - id: remove-crlf - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/jorisroovers/gitlint - rev: v0.19.0dev + rev: v0.19.1 hooks: - id: gitlint args: @@ -45,7 +45,7 @@ repos: hooks: - id: check-mailmap - repo: https://github.com/adrienverge/yamllint - rev: v1.29.0 + rev: v1.31.0 hooks: - id: yamllint - repo: https://github.com/executablebooks/mdformat @@ -63,7 +63,7 @@ repos: - mdformat-black - mdformat-config - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.6.0 + rev: v0.7.1 hooks: - id: markdownlint-cli2 additional_dependencies: