From b35388fc44c8f1cf24a2e10b773049143912ada6 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Wed, 26 Jun 2024 16:52:30 +0530 Subject: [PATCH] codespell: ignore word assertIn Fixes #1422 Signed-off-by: Bala.FA --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf53bc501..78c7dac72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + ignore_words_list: assertIn - name: Install dependencies run: | python -m pip install --upgrade pip setuptools