Ensure that wgpu is compatible both with imgui 1.6.0 and older #1703
ci.yml
on: pull_request
Test Linting
5s
Test Codegen
42s
Test Imports
9s
Test Docs
19s
Test Examples
22s
Test PyInstaller
1m 4s
Matrix: test-builds
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.
|