From ac65151eb1c7e66791240d8a65fc7ce3b2426f11 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 07:02:11 +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/codespell-project/codespell: v2.2.4 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5) - [github.com/asottile/blacken-docs: 1.13.0 → 1.14.0](https://github.com/asottile/blacken-docs/compare/1.13.0...1.14.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 943c0c4d5..288450017 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.2.5 hooks: - id: codespell args: ["--write-changes"] @@ -53,7 +53,7 @@ repos: - id: black - repo: https://github.com/asottile/blacken-docs - rev: '1.13.0' + rev: '1.14.0' hooks: - id: blacken-docs From a83def00b569eeb3898a6ba5bd538ab30cf0fdf7 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 20 Jun 2023 09:45:29 -0400 Subject: [PATCH 2/2] configure codespell to ignore 'afile' --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7592d34c0..1ebbc45b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -184,5 +184,5 @@ exclude = ["asdf/extern/*"] [tool.codespell] skip="*.pdf,*.asdf,.tox,asdf/extern,build,./tags,.git,docs/_build" ignore-words-list=""" -fo, +fo,afile, """