Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
install mypy types in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acatav committed Sep 28, 2023
1 parent 9e0c873 commit 228a94b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: poetry install --with dev
- name: Run flake8 Check
run: poetry run flake8 .
- name: Run mypy install types
run: poetry run mypy --install-types
- name: Run mypy check
run: poetry run mypy .

Expand Down

0 comments on commit 228a94b

Please sign in to comment.