Skip to content

Commit

Permalink
Consolidate two mypy commands
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Aug 15, 2021
1 parent 01472c6 commit 8b8341c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Lint with black and mypy
run: |
black --check .
mypy --install-types --non-interactive hanja
mypy --ignore-missing-imports hanja
mypy --install-types --non-interactive --ignore-missing-imports hanja
- name: Test with pytest
run: |
pytest -v tests --cov hanja --cov-report term-missing

0 comments on commit 8b8341c

Please sign in to comment.