Skip to content
Snippets Groups Projects
Verified Commit 715fbe21 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Pin mypy and drop type annotations which makes mypy unhappy

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

Related to T3812
parent 670e8c83
No related branches found
No related tags found
No related merge requests found
from pkgutil import extend_path from pkgutil import extend_path
from typing import List
__path__: List[str] = extend_path(__path__, __name__) __path__ = extend_path(__path__, __name__)
from pkgutil import extend_path from pkgutil import extend_path
from typing import List
__path__: List[str] = extend_path(__path__, __name__) __path__ = extend_path(__path__, __name__)
...@@ -35,7 +35,7 @@ commands = ...@@ -35,7 +35,7 @@ commands =
extras = extras =
testing testing
deps = deps =
mypy mypy==0.920
commands = commands =
mypy swh mypy swh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment