Ensure that wgpu is compatible both with imgui 1.6.0 and older #1702
ci.yml
on: pull_request
Test Linting
8s
Test Codegen
43s
Test Imports
10s
Test Docs
18s
Test Examples
21s
Test PyInstaller
1m 5s
Matrix: test-builds
Annotations
10 errors
Ruff (F401):
wgpu/utils/imgui/imgui_renderer.py#L6
wgpu/utils/imgui/imgui_renderer.py:6:23: F401 `packaging.version` imported but unused
|
Ruff (F821):
wgpu/utils/imgui/imgui_renderer.py#L12
wgpu/utils/imgui/imgui_renderer.py:12:4: F821 Undefined name `Version`
|
Ruff (F821):
wgpu/utils/imgui/imgui_renderer.py#L12
wgpu/utils/imgui/imgui_renderer.py:12:40: F821 Undefined name `Version`
|
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
|