Skip to content

Commit 04da5e8

Browse files
authored
Fix to the codespell test error. (#1581)
1 parent 9e38de6 commit 04da5e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/vulnerability_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ body:
4343
attributes:
4444
label: Checklist
4545
description: >
46-
Let's make sure you've properly done due dilligence when reporting this issue!
46+
Let's make sure you've properly done due diligence when reporting this issue!
4747
options:
4848
- label: I have searched the open issues for duplicates.
4949
required: true

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-python@v2
10-
- run: pip install codespell
11-
- run: codespell --ignore-words-list="groupt,nd,ot"
10+
- run: pip install codespell==2.1.0
11+
- run: codespell --ignore-words-list="groupt,nd,ot,ro,falsy,BU" --exclude-file=".github/workflows/codespell.yml"

0 commit comments

Comments
 (0)