Skip to content

Commit c72652c

Browse files
authored
perf: added ignore words list in codespell
1 parent 182db32 commit c72652c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: pip install bandit black codespell flake8 isort mypy pytest pyupgrade safety
1010
- run: bandit -r . || true
1111
- run: black --check . || true
12-
- run: codespell --quiet-level=2 || true # --ignore-words-list="" --skip=""
12+
- run: codespell --ignore-words-list="followings" --quiet-level=2
1313
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
1414
- run: isort --check-only --profile black . || true
1515
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)