Skip to content

Intermediate representation for layered draw #84

Intermediate representation for layered draw

Intermediate representation for layered draw #84

Triggered via pull request December 13, 2024 11:44
Status Success
Total duration 1m 29s
Artifacts

ci.yml

on: pull_request
Matrix: Linux C++
Matrix: Linux Python
Fit to window
Zoom out
Zoom in

Annotations

15 errors, 16 warnings, and 10 notices
E0401: python/graphs.py#L28
Unable to import 'wcwidth'
E0606: python/graphs.py#L206
Possibly using variable 'scale_base' before assignment
E0606: python/graphs.py#L296
Possibly using variable 'strm' before assignment
E0401: python/tables.py#L26
Unable to import 'wcwidth'
Pylint
Process completed with exit code 30.
Ruff (EXE001): python/graphs.py#L1
python/graphs.py:1:1: EXE001 Shebang is present but file is not executable
Ruff (D100): python/graphs.py#L1
python/graphs.py:1:1: D100 Missing docstring in public module
Ruff (D103): python/graphs.py#L25
python/graphs.py:25:6: D103 Missing docstring in public function
Ruff (D101): python/graphs.py#L33
python/graphs.py:33:7: D101 Missing docstring in public class
Ruff (D101): python/graphs.py#L57
python/graphs.py:57:7: D101 Missing docstring in public class
Ruff (D101): python/graphs.py#L110
python/graphs.py:110:7: D101 Missing docstring in public class
Ruff (D101): python/graphs.py#L121
python/graphs.py:121:7: D101 Missing docstring in public class
Ruff (D101): python/graphs.py#L154
python/graphs.py:154:7: D101 Missing docstring in public class
Ruff (D103): python/graphs.py#L182
python/graphs.py:182:5: D103 Missing docstring in public function
Ruff (E741): python/graphs.py#L485
python/graphs.py:485:10: E741 Ambiguous variable name: `l`
Linux Python (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
W0621: python/graphs.py#L567
Redefining name 'histogram' from outer scope (line 529)
W0621: python/graphs.py#L732
Redefining name 'function' from outer scope (line 753)
W0621: python/tables.py#L68
Redefining name 'array' from outer scope (line 185)
Linux Python (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (3.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (pypy3.8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (3.8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (pypy3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (pypy3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (pypy3.7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Python (3.7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
C0114: python/graphs.py#L1
Missing module docstring
C0116: python/graphs.py#L25
Missing function or method docstring
C0115: python/graphs.py#L33
Missing class docstring
C0115: python/graphs.py#L57
Missing class docstring
C0115: python/graphs.py#L110
Missing class docstring
C0115: python/graphs.py#L121
Missing class docstring
C0115: python/graphs.py#L154
Missing class docstring
C0116: python/graphs.py#L182
Missing function or method docstring
C1805: python/graphs.py#L248
"intpart == 0" can be simplified to "not intpart", if it is strictly an int, as 0 is falsey
C1805: python/graphs.py#L250
"intpart != 0" can be simplified to "intpart", if it is strictly an int, as 0 is falsey