Skip to content

Commit 4198f71

Browse files
authored
refactor: update code for type checks (#169)
1 parent e1be309 commit 4198f71

File tree

7 files changed

+141
-101
lines changed

7 files changed

+141
-101
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: flake8 pro_tes/ setup.py
2626
- name: Lint with Pylint
2727
run: pylint pro_tes/ setup.py
28+
- name: Type check with mypy
29+
run: mypy pro_tes/
2830
test:
2931
name: Run tests
3032
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)