mirror of https://github.com/Textualize/rich.git
explicit mypy
This commit is contained in:
parent
049a1739e5
commit
229e78583d
|
@ -23,6 +23,7 @@ jobs:
|
|||
poetry install
|
||||
- name: Typecheck with mypy
|
||||
run: |
|
||||
pip install mypy==0.781
|
||||
make typecheck
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue