From a082ed9ced80eb6b6f0f756f2a4dc517d148b404 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:51:31 +0000 Subject: [PATCH] pre-commit: autoupdate hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/igorshubovych/markdownlint-cli: v0.39.0 → v0.41.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.39.0...v0.41.0) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) Signed-off-by: Maciej Pijanowski --- .codespellrc | 2 +- .pre-commit-config.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.codespellrc b/.codespellrc index 2ea390c..b3e85be 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] exclude-file = .codespellx -ignore-words-list = "FPT,FTP,fpt,ftp" +ignore-words-list = "FPT,FTP,fpt,ftp,checkin" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12da920..46611fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - commit-msg - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell @@ -38,7 +38,7 @@ repos: args: [-c=.yamllint] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.39.0 + rev: v0.41.0 hooks: - id: markdownlint - id: markdownlint-fix @@ -56,6 +56,6 @@ repos: name: isort (python) - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black