Skip to content

Commit a8a2531

Browse files
committed
add mypy
1 parent 2e26603 commit a8a2531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Lint code
2323
run: |
2424
pip install -c requirements.txt -r requirements-lint.txt
25+
mypy
2526
ruff check
2627
ruff format
2728

0 commit comments

Comments
 (0)