[cppyy] Move libcppyy.so to <LIBDIR>/cppyy/libcppyy.so #25727
code_analysis.yml
on: pull_request
clang-format
1m 4s
ruff
33s
Annotations
12 errors and 1 warning
|
ruff
Process completed with exit code 123.
|
|
ruff
Formatting failed. To apply the changes locally, run the following command:
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L100
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:100:5: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L99
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:99:23: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L99
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:99:5: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L96
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:96:21: F405 `_backend` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L92
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:92:32: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L91
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:91:28: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F403):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L87
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:87:5: F403 `from ._cpython_cppyy import *` used; unable to detect undefined names
|
|
Ruff (F403):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L85
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:85:5: F403 `from ._pypy_cppyy import *` used; unable to detect undefined names
|
|
Ruff (F401):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L67
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:67:23: F401 `._version.__version__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L43
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:43:5: F405 `nullptr` may be undefined, or defined from star imports
|
|
ruff
Could not parse version from /home/runner/work/root/root/pyproject.toml. Using latest version.
|