Skip to content

Commit 588968b

Browse files
committed
fix(mypy): fixed mypy issues
1 parent 8e54ab0 commit 588968b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/formatting.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@ jobs:
4545
- name: Run black check
4646
run: poetry run black --check .
4747

48+
- name: Install mypy types
49+
run: poetry run mypy --install-types
50+
4851
- name: Run mypy check
4952
run: poetry run mypy --config-file pyproject.toml .

0 commit comments

Comments
 (0)