Skip to content

Commit 26d3959

Browse files
committed
Newer versions of codespell seem to get triggered on pytest's assertIn
method, so add it to the codespell ignore list.
1 parent ce5e196 commit 26d3959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codespell.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: codespell-project/actions-codespell@master
18+
with:
19+
ignore_words_list: assertIn

0 commit comments

Comments
 (0)