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

Commit

Permalink
Install missing type annotations for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jul 3, 2021
1 parent f614957 commit 3e09955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python setup.py -q install
- name: Check types and syntax 🦆
run: |
mypy --install-types
mypy --exclude 'build/*' .
flake8 --exclude 'build/*' .
- name: Test 🧪
Expand Down

0 comments on commit 3e09955

Please sign in to comment.