`Refactor should_exclude_file function in ArkConfigManager and Worksp… #189
ci.yml
on: push
Lint and static analysis
25s
Code formatting
18s
Type checking
18s
Matrix: Tests
Matrix: build
Annotations
16 errors
|
Tests (3.12)
Process completed with exit code 1.
|
|
Tests (3.10)
Process completed with exit code 1.
|
|
Tests (3.11)
The strategy configuration was canceled because "tests._3_10" failed
|
|
Tests (3.11)
Process completed with exit code 1.
|
|
Code formatting
Process completed with exit code 1.
|
|
Type checking
Process completed with exit code 1.
|
|
Ruff (F401):
Core/Compiler/compiler.py#L37
Core/Compiler/compiler.py:37:47: F401 `typing.Callable` imported but unused
|
|
Ruff (F401):
Core/Compiler/compiler.py#L37
Core/Compiler/compiler.py:37:36: F401 `typing.Any` imported but unused
|
|
Ruff (F401):
Core/Compiler/compiler.py#L36
Core/Compiler/compiler.py:36:21: F401 `pathlib.Path` imported but unused
|
|
Ruff (F401):
Core/Compiler/compiler.py#L32
Core/Compiler/compiler.py:32:8: F401 `sys` imported but unused
|
|
Ruff (F841):
Core/Compiler/__init__.py#L243
Core/Compiler/__init__.py:243:5: F841 Local variable `exclusion_patterns` is assigned to but never used
|
|
Ruff (F401):
Core/Compiler/__init__.py#L92
Core/Compiler/__init__.py:92:35: F401 `EngineLoader.registry.get_engine` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Ruff (F401):
Core/Compiler/__init__.py#L52
Core/Compiler/__init__.py:52:31: F401 `PySide6.QtWidgets.QApplication` imported but unused
|
|
Ruff (F401):
Core/Compiler/__init__.py#L45
Core/Compiler/__init__.py:45:8: F401 `sys` imported but unused
|
|
Ruff (E402):
Core/Auto_Command_Builder/auto_build.py#L349
Core/Auto_Command_Builder/auto_build.py:349:1: E402 Module level import not at top of file
|
|
Ruff (F401):
Core/ArkConfigManager.py#L33
Core/ArkConfigManager.py:33:8: F401 `os` imported but unused
|