Pin mypy and drop type annotations which makes mypy unhappy

This also drops spurious copyright headers to those files if present.

Related to T3812
This commit is contained in:
Antoine R. Dumont (@ardumont) 2021-12-16 16:10:20 +01:00
parent 445d539b3f
commit ec7838123b
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
from pkgutil import extend_path
from typing import List
__path__: List[str] = extend_path(__path__, __name__)
__path__ = extend_path(__path__, __name__)

View file

@ -34,7 +34,7 @@ commands =
extras =
testing
deps =
mypy
mypy==0.920
commands =
mypy swh