Skip to content

Commit

Permalink
codespell: ignore word assertIn
Browse files Browse the repository at this point in the history
Fixes #1422

Signed-off-by: Bala.FA <[email protected]>
  • Loading branch information
balamurugana committed Jun 26, 2024
1 parent ffe9045 commit b35388f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b35388f

Please sign in to comment.