Skip to content
Snippets Groups Projects
Commit 8581b9ca authored by Moul's avatar Moul
Browse files

[ci] Install mypy attrs stubs to check types classes

https://mypy-lang.blogspot.com/2021/06/mypy-0900-released.html
https://mypy-lang.blogspot.com/2021/06/mypy-0910-released.html

Mypy v0.900 no longer install additional stubs by default
Third-party Library Stubs in Stub Packages (Breaking Change)

attrs for duniterpy.documents.ws2p.heads

https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
parent 27d0f929
No related branches found
No related tags found
2 merge requests!157v1.0.0rc0: merge dev into master,!151Add support for mypy v0.910
Pipeline #13031 waiting for manual action
......@@ -49,7 +49,7 @@ type:
extends: .code_changes
stage: checks
script:
- mypy duniterpy tests examples
- mypy --install-types --non-interactive duniterpy tests examples
lint:
extends: .code_changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment