Skip to content

Commit

Permalink
refactor: update code for type checks (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich authored May 18, 2024
1 parent e1be309 commit 4198f71
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 101 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: flake8 pro_tes/ setup.py
- name: Lint with Pylint
run: pylint pro_tes/ setup.py
- name: Type check with mypy
run: mypy pro_tes/
test:
name: Run tests
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 4198f71

Please sign in to comment.