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 2e26603 commit a8a2531Copy full SHA for a8a2531
.github/workflows/test.yaml
@@ -22,6 +22,7 @@ jobs:
22
- name: Lint code
23
run: |
24
pip install -c requirements.txt -r requirements-lint.txt
25
+ mypy
26
ruff check
27
ruff format
28
0 commit comments