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 7813768 commit 190dac4Copy full SHA for 190dac4
.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 requests-mock
+ pip install ruff bandit mypy pytest codespell requests-mock colorama
30
31
- name: Run Codespell check
32
run: codespell --skip "*.json,*.txt,*.pdf" || true
0 commit comments