use settings from mypy.ini and also test the construct_typed folder

This commit is contained in:
timrid 2022-01-09 12:51:34 +01:00 committed by GitHub
parent ba31334a33
commit e91bd27589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ jobs:
# Run mypy
- name: Run mypy
run: |
mypy --strict tests/
mypy tests construct_typed
# Run pyright
- name: Run pyright