Skip to content

Ensure that wgpu is compatible both with imgui 1.6.0 and older #1703

Ensure that wgpu is compatible both with imgui 1.6.0 and older

Ensure that wgpu is compatible both with imgui 1.6.0 and older #1703

Triggered via pull request December 1, 2024 10:54
Status Failure
Total duration 1m 27s
Artifacts

ci.yml

on: pull_request
Test Linting
5s
Test Linting
Test Codegen
42s
Test Codegen
Test Imports
9s
Test Imports
Test Docs
19s
Test Docs
Test Examples
22s
Test Examples
Test PyInstaller
1m 4s
Test PyInstaller
Matrix: test-builds
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L13
wgpu/utils/imgui/imgui_renderer.py:13:5: N816 Variable `imgui_Key_mod_shift` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L14
wgpu/utils/imgui/imgui_renderer.py:14:5: N816 Variable `imgui_Key_mod_ctrl` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L15
wgpu/utils/imgui/imgui_renderer.py:15:5: N816 Variable `imgui_Key_mod_alt` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L16
wgpu/utils/imgui/imgui_renderer.py:16:5: N816 Variable `imgui_Key_mod_super` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L18
wgpu/utils/imgui/imgui_renderer.py:18:5: N816 Variable `imgui_Key_mod_shift` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L19
wgpu/utils/imgui/imgui_renderer.py:19:5: N816 Variable `imgui_Key_mod_ctrl` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L20
wgpu/utils/imgui/imgui_renderer.py:20:5: N816 Variable `imgui_Key_mod_alt` in global scope should not be mixedCase
Ruff (N816): wgpu/utils/imgui/imgui_renderer.py#L21
wgpu/utils/imgui/imgui_renderer.py:21:5: N816 Variable `imgui_Key_mod_super` in global scope should not be mixedCase
Test Linting
Process completed with exit code 1.