Skip to content

Commit

Permalink
add back mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
damjankuznar committed Jul 25, 2023
1 parent 317e52d commit 76af111
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
- name: Code Formatting
uses: psf/black@stable

# - name: Type Check
# run: poetry run mypy open_rarity
- name: Type Check
run: |
pip install poetry
poetry install
mypy open_rarity
- name: Unit tests
run: nox

0 comments on commit 76af111

Please sign in to comment.