Cppyy interop migration (draft PR for CI) #32991
code_analysis.yml
on: pull_request
clang-format
1m 9s
ruff
35s
Annotations
13 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#L87
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:87:32: 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:28: F405 `gbl` may be undefined, or defined from star imports
|
|
ruff (F403):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L82
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:82:5: F403 `from ._cpython_cppyy import *` used; unable to detect undefined names
|
|
ruff (F403):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L80
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:80:5: F403 `from ._pypy_cppyy import *` used; unable to detect undefined names
|
|
ruff (F401):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L75
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:75:23: F401 `._version.__version__` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Add unused import `__version__` to __all__
|
|
ruff (E702):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L65
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:65:15: E702 Multiple statements on one line (semicolon)
|
|
ruff (E713):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L55
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:55:8: E713 Test for membership should be `not in`
help: Convert to `not in`
|
|
ruff (I001):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L53
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:53:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (E401):
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py#L53
bindings/pyroot/cppyy/cppyy/python/cppyy/__init__.py:53:1: E401 Multiple imports on one line
help: Split imports
|
|
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
|
|
clang-format
Process completed with exit code 1.
|
|
ruff
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|