Downloading mypy_extensions-0.4.3-py2.py3-none-any.whl (4.5 kB)Collecting typing-extensions>=3.7.4 Downloading typing_extensions-3.7.4.2-py3-none-any.whl (22 kB)Installing collected packages: typed-ast, mypy-extensions, typing-extensions, mypySuccessfully installed mypy-0.782 mypy-extensions-0.4.3 typed-ast-1.4.1 typing-extensions-3.7.4.2$ env MYPYPATH=$PWD/typehinting/ mypy --strict ./aptapt/progress/text.py:132: error: unused 'type: ignore' commentFound 1 error in 1 file (checked 10 source files)ERROR: Job failed: exit code 1