Skip to content

Make positive input prompt drag resizable. #526

Make positive input prompt drag resizable.

Make positive input prompt drag resizable. #526

Triggered via pull request September 30, 2024 21:07
Status Failure
Total duration 4m 49s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
check: ai_diffusion/ui/widget.py#L450
Method "mousePressEvent" overrides class "QWidget" in an incompatible manner   Parameter 2 type mismatch: base parameter is type "QMouseEvent | None", override parameter is type "QMouseEvent"     Type "QMouseEvent | None" is not assignable to type "QMouseEvent"       "None" is not assignable to "QMouseEvent" (reportIncompatibleMethodOverride)
check: ai_diffusion/ui/widget.py#L454
Method "mouseReleaseEvent" overrides class "QWidget" in an incompatible manner   Parameter 2 type mismatch: base parameter is type "QMouseEvent | None", override parameter is type "QMouseEvent"     Type "QMouseEvent | None" is not assignable to type "QMouseEvent"       "None" is not assignable to "QMouseEvent" (reportIncompatibleMethodOverride)
check: ai_diffusion/ui/widget.py#L457
Method "mouseMoveEvent" overrides class "QWidget" in an incompatible manner   Parameter 2 type mismatch: base parameter is type "QMouseEvent | None", override parameter is type "QMouseEvent"     Type "QMouseEvent | None" is not assignable to type "QMouseEvent"       "None" is not assignable to "QMouseEvent" (reportIncompatibleMethodOverride)
check
3 errors
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/