Skip to content

Commit e0ba3b7

Browse files
committed
fix
1 parent 5d4736f commit e0ba3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python
1+
name: Python Checks
22

33
on: [pull_request, push]
44

@@ -29,7 +29,7 @@ jobs:
2929
pip install ruff bandit mypy pytest codespell
3030
3131
- name: Run Codespell check
32-
run: codespell || true
32+
run: codespell --skip "*.json,*.txt,*.pdf" || true
3333

3434
- name: Run Bandit security scan
3535
run: bandit -r . || true

0 commit comments

Comments
 (0)