Avoid hidden interactive ssh prompts at low verbosity levels. #9638
Cirrus CI / Tests / FreeBSD (Python 3.11) / mypy
failed
Aug 17, 2024 in 2m 0s
Task Summary
Instruction mypy failed in 00:37
Details
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
✅ 00:03 clone
✅ 01:05 bootstrap_poetry
✅ 00:12 setup_environment
❌ 00:37 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