Avoid hidden interactive ssh prompts at low verbosity levels. #9638
Cirrus CI / Tests / FreeBSD (Python 3.8) / mypy
failed
Aug 17, 2024 in 2m 41s
Task Summary
Instruction mypy failed in 01:01
Details
✅ 00:03 clone
✅ 01:18 bootstrap_poetry
✅ 00:15 setup_environment
❌ 01:01 mypy
poetry run mypy
src/poetry/utils/pause_indicator.py:7: error: Function is missing a return type annotation [no-untyped-def]
src/poetry/utils/pause_indicator.py:11: error: Function is missing a type annotation [no-untyped-def]
src/poetry/utils/pause_indicator.py:16: error: Function is missing a type annotation [no-untyped-def]
src/poetry/puzzle/provider.py:109: error: Function is missing a type annotation [no-untyped-def]
src/poetry/puzzle/provider.py:110: error: Call to untyped function "is_paused" in typed context [no-untyped-call]
Found 5 errors in 2 files (checked 334 source files)
Loading