59 new alerts including 13 errors
New alerts in code changed by this pull request
- 13 errors
- 7 warnings
- 39 notes
See annotations below for details.
Annotations
Check warning on line 44 in src/sisl/nodes/node.py
Code scanning / CodeQL
`__eq__` not overridden when adding attributes Warning
, but adds the new attribute .
Check failure on line 181 in src/sisl/viz/data/bands.py
Code scanning / CodeQL
Non-callable called Error
of .
Check failure on line 236 in src/sisl/viz/data/bands.py
Code scanning / CodeQL
Non-callable called Error
of .
Check failure on line 18 in src/sisl/viz/data/eigenstate.py
Code scanning / CodeQL
Non-callable called Error
of .
Check failure on line 23 in src/sisl/viz/data/eigenstate.py
Code scanning / CodeQL
Non-callable called Error
of .
Check failure on line 95 in src/sisl/viz/data/pdos.py
Code scanning / CodeQL
Non-callable called Error
of .
Check warning on line 326 in src/sisl/viz/figure/matplotlib.py
Code scanning / CodeQL
Signature mismatch in overriding method Warning
.
Check warning on line 544 in src/sisl/viz/figure/plotly.py
Code scanning / CodeQL
Signature mismatch in overriding method Warning
.
Check failure on line 109 in src/sisl/viz/figure/figure.py
Code scanning / CodeQL
Modification of parameter with default Error
.
Check failure on line 584 in src/sisl/viz/figure/figure.py
Code scanning / CodeQL
Modification of parameter with default Error
.
Check failure on line 156 in src/sisl/viz/data/pdos.py
Code scanning / CodeQL
Modification of parameter with default Error
.
Check failure on line 390 in src/sisl/viz/figure/plotly.py
Code scanning / CodeQL
Modification of parameter with default Error
.
Check notice on line 277 in src/sisl/viz/figure/blender.py
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns Note
Check notice on line 42 in src/sisl/viz/data/eigenstate.py
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns Note
Check notice on line 219 in src/sisl/viz/figure/matplotlib.py
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns Note
Check notice on line 445 in src/sisl/nodes/node.py
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns Note
Check notice on line 193 in src/sisl/viz/data/pdos.py
Code scanning / CodeQL
Explicit returns mixed with implicit (fall through) returns Note
Check notice on line 132 in src/sisl/viz/figure/plotly.py
Code scanning / CodeQL
Unused local variable Note
Check notice on line 214 in src/sisl/viz/data/bands.py
Code scanning / CodeQL
Commented-out code Note
Check notice on line 474 in src/sisl/viz/figure/blender.py
Code scanning / CodeQL
Commented-out code Note
Check notice on line 519 in src/sisl/viz/figure/blender.py
Code scanning / CodeQL
Commented-out code Note
Check notice on line 57 in src/sisl/viz/figure/matplotlib.py
Code scanning / CodeQL
Commented-out code Note
Check failure on line 7 in src/sisl/viz/processors/tests/test_data.py
Code scanning / CodeQL
Missing call to `__init__` during object initialization Error test
is not called from its .
Check notice on line 428 in src/sisl/nodes/node.py
Code scanning / CodeQL
Cyclic import Note
begins an import cycle.
Check notice on line 1 in src/sisl/viz/data_sources/file/__init__.py
Code scanning / CodeQL
'import *' may pollute namespace Note
does not define '__all__'.