Skip to content

Commit 22366dc

Browse files
committed
♻️ chore: enable codespell in lint workflow for spell checking
1 parent 41729a1 commit 22366dc

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Lint
1414
run: bash scripts/lint.sh
1515
- run: bandit --recursive --skip B101,B105 . # B101 is assert statements, B105 for token URL
16-
# - run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock"
16+
- run: codespell app
1717
- run: pip install -r requirements.txt || pip install --editable . || pip install .
1818
- run: mkdir --parents --verbose .mypy_cache
1919
- run: mypy --ignore-missing-imports --install-types --non-interactive .

0 commit comments

Comments
 (0)