Skip to content

Commit d04e778

Browse files
committed
Add mypy to CI
But only report on new errors
1 parent 9245914 commit d04e778

File tree

3 files changed

+355
-3
lines changed

3 files changed

+355
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
run: |
4343
isort --check-only .
4444
45+
- name: Check types with mypy
46+
run: |
47+
mypy . | mypy-baseline filter
48+
4549
tests:
4650
name: Python tests
4751
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)