Skip to content

Commit 750125b

Browse files
authored
Merge pull request #485 from ExaWorks/some_codespell_ignores
Newer versions of codespell seem to get triggered on pytest's assertIn
2 parents ce5e196 + 26d3959 commit 750125b

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)