Skip to content

Commit 9af4b34

Browse files
committed
Add mypy check.
1 parent 8232137 commit 9af4b34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@ jobs:
3535
- name: ruff check
3636
run: poetry run ruff check .
3737

38+
- name: mypy
39+
run: poetry run mypy django_unicorn
40+
3841
- name: Run all tests
3942
run: poetry run nox

0 commit comments

Comments
 (0)