Intermediate representation for layered draw #79
Annotations
5 errors, 4 warnings, and 10 notices
Script:
python/graphs.py#L28
Unable to import 'wcwidth'
|
Script:
python/graphs.py#L206
Possibly using variable 'scale_base' before assignment
|
Script:
python/graphs.py#L296
Possibly using variable 'strm' before assignment
|
Script:
python/tables.py#L26
Unable to import 'wcwidth'
|
Script
Process completed with exit code 30.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Script:
python/graphs.py#L567
Redefining name 'histogram' from outer scope (line 529)
|
Script:
python/graphs.py#L732
Redefining name 'function' from outer scope (line 753)
|
Script:
python/tables.py#L68
Redefining name 'array' from outer scope (line 185)
|
Script:
python/graphs.py#L1
Missing module docstring
|
Script:
python/graphs.py#L25
Missing function or method docstring
|
Script:
python/graphs.py#L33
Missing class docstring
|
Script:
python/graphs.py#L57
Missing class docstring
|
Script:
python/graphs.py#L110
Missing class docstring
|
Script:
python/graphs.py#L121
Missing class docstring
|
Script:
python/graphs.py#L154
Missing class docstring
|
Script:
python/graphs.py#L182
Missing function or method docstring
|
Script:
python/graphs.py#L248
"intpart == 0" can be simplified to "not intpart", if it is strictly an int, as 0 is falsey
|
Script:
python/graphs.py#L250
"intpart != 0" can be simplified to "intpart", if it is strictly an int, as 0 is falsey
|
Loading