Current version correctly applies transforms to all actors in the sce… #33
Annotations
1 error, 1 warning, and 10 notices
Lint with ruff
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint with ruff:
src/tcviewer/mol_widget.py#L1
(F403) `from PySide6 import *` used; unable to detect undefined names
|
Lint with ruff:
src/tcviewer/mol_widget.py#L4
(F401) `vtkmodules.vtkRenderingOpenGL2` imported but unused
|
Lint with ruff:
src/tcviewer/mol_widget.py#L7
(F401) `vtkmodules.vtkCommonColor.vtkNamedColors` imported but unused
|
Lint with ruff:
src/tcviewer/mol_widget.py#L8
(F401) `vtkmodules.vtkFiltersSources.vtkConeSource` imported but unused
|
Lint with ruff:
src/tcviewer/mol_widget.py#L9
(F401) `vtkmodules.vtkRenderingCore.vtkRenderWindow` imported but unused
|
Lint with ruff:
src/tcviewer/mol_widget.py#L9
(F401) `vtkmodules.vtkRenderingCore.vtkRenderWindowInteractor` imported but unused
|
Lint with ruff:
src/tcviewer/mol_widget.py#L9
(F401) `vtkmodules.vtkRenderingCore.vtkCamera` imported but unused
|
Lint with ruff:
src/tcviewer/mol_widget.py#L13
(F401) `tcviewer.mol_widget` imported but unused
|
Lint with ruff:
src/tcviewer/mol_widget.py#L245
(F405) `QtCore` may be undefined, or defined from star imports: `PySide6`
|
Lint with ruff:
src/tcviewer/mol_widget.py#L385
(F405) `QtCore` may be undefined, or defined from star imports: `PySide6`
|
Loading