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 8b18fef commit 3e71b1eCopy full SHA for 3e71b1e
.github/workflows/test.yaml
@@ -27,12 +27,13 @@ jobs:
27
run: |
28
sudo apt remove python3-pip
29
python -m pip install --upgrade pip
30
- python -m pip install . ruff coverage codecov mypy pytest readme_renderer types-contextvars asyncssh
+ python -m pip install . ruff typos coverage codecov mypy pytest readme_renderer types-contextvars asyncssh
31
pip list
32
- name: Ruff
33
34
ruff .
35
ruff format --check .
36
+ typos .
37
- name: Tests
38
39
coverage run -m pytest
0 commit comments