[v638] Backport of recent Python and RooFit fixes #27218
code_analysis.yml
on: pull_request
clang-format
58s
ruff
32s
Annotations
12 errors, 1 warning, and 6 notices
|
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#L87
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:87:5: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L86
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:86:23: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L86
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:86:5: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L83
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:83:21: F405 `_backend` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L79
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:79:32: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F405):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L78
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:78:28: F405 `gbl` may be undefined, or defined from star imports
|
|
Ruff (F403):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L74
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:74:5: F403 `from ._cpython_cppyy import *` used; unable to detect undefined names
|
|
Ruff (F403):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L72
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:72: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.
|
|
3710 tests found (test 1 to 745)
There are 3710 tests, see "Raw output" for the list of tests 1 to 745.
|
|
3710 tests found (test 746 to 1429)
There are 3710 tests, see "Raw output" for the list of tests 746 to 1429.
|
|
3710 tests found (test 1430 to 2080)
There are 3710 tests, see "Raw output" for the list of tests 1430 to 2080.
|
|
3710 tests found (test 2081 to 2814)
There are 3710 tests, see "Raw output" for the list of tests 2081 to 2814.
|
|
3710 tests found (test 2815 to 3568)
There are 3710 tests, see "Raw output" for the list of tests 2815 to 3568.
|
|
3710 tests found (test 3569 to 3710)
There are 3710 tests, see "Raw output" for the list of tests 3569 to 3710.
|