Downloading typing_extensions-3.7.4.2-py3-none-any.whl (22 kB)Collecting typed-ast<1.5.0,>=1.4.0 Downloading typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl (768 kB)Installing collected packages: mypy-extensions, typing-extensions, typed-ast, 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