We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc470f8 commit 7813768Copy full SHA for 7813768
.github/workflows/python.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install all dependencies and tools
27
run: |
28
python -m pip install --upgrade pip
29
- pip install ruff bandit mypy pytest codespell
+ pip install ruff bandit mypy pytest codespell requests-mock
30
31
- name: Run Codespell check
32
run: codespell --skip "*.json,*.txt,*.pdf" || true
0 commit comments