From 70eae96f1048447eb5d17f96264546e7cb288fd8 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 16:51:17 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ddd078dd..f36105398 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: From 1b82779fffc2b29389c14e94202a69a0d4fc595e Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 29 May 2024 20:11:28 -0400 Subject: [PATCH 2/2] chore(codespell): Add inpt to ignore word list --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a6ad5e70..49430e198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,4 +108,4 @@ target-version = ['py37', 'py38'] exclude = "pydra/_version.py" [tool.codespell] -ignore-words-list = "nd,afile" +ignore-words-list = "nd,afile,inpt"