Intermediate representation for layered draw #94
Annotations
21 errors, 16 warnings, and 10 notices
Ruff (EXE001):
python/__main__.py#L1
python/__main__.py:1:1: EXE001 Shebang is present but file is not executable
|
Ruff (D100):
python/__main__.py#L1
python/__main__.py:1:1: D100 Missing docstring in public module
|
Ruff (D103):
python/__main__.py#L16
python/__main__.py:16:5: D103 Missing docstring in public function
|
Ruff (D103):
python/__main__.py#L20
python/__main__.py:20:5: D103 Missing docstring in public function
|
Ruff (D103):
python/__main__.py#L24
python/__main__.py:24:5: D103 Missing docstring in public function
|
Ruff (S311):
python/__main__.py#L36
python/__main__.py:36:11: S311 Standard pseudo-random generators are not suitable for cryptographic purposes
|
Ruff (S311):
python/__main__.py#L40
python/__main__.py:40:11: S311 Standard pseudo-random generators are not suitable for cryptographic purposes
|
Ruff (S311):
python/__main__.py#L77
python/__main__.py:77:11: S311 Standard pseudo-random generators are not suitable for cryptographic purposes
|
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
|
E0401:
python/graphs.py#L29
Unable to import 'wcwidth'
|
E0606:
python/graphs.py#L230
Possibly using variable 'scale_base' before assignment
|
E0606:
python/graphs.py#L319
Possibly using variable 'strm' before assignment
|
E0401:
python/tables.py#L27
Unable to import 'wcwidth'
|
Pylint
Process completed with exit code 30.
|
Linux C++ (ubuntu-22.04, clang++)
Process completed with exit code 1.
|
Linux C++ (ubuntu-20.04, clang++)
Process completed with exit code 1.
|
Linux C++ (ubuntu-24.04, g++)
Process completed with exit code 1.
|
Linux C++ (ubuntu-22.04, g++)
Process completed with exit code 1.
|
Linux C++ (ubuntu-20.04, g++)
Process completed with exit code 1.
|
Linux C++ (ubuntu-24.04, clang++)
Process completed with exit code 1.
|
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.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.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.12)
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
|
Ruff
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
|
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
|
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#L656
Redefining name 'histogram' from outer scope (line 601)
|
W0621:
python/graphs.py#L940
Redefining name 'function' from outer scope (line 979)
|
W0621:
python/tables.py#L70
Redefining name 'array' from outer scope (line 196)
|
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
|
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 (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.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
C0114:
python/__main__.py#L1
Missing module docstring
|
C0116:
python/__main__.py#L16
Missing function or method docstring
|
C0116:
python/__main__.py#L20
Missing function or method docstring
|
C0116:
python/__main__.py#L24
Missing function or method docstring
|
C0114:
python/graphs.py#L1
Missing module docstring
|
C0116:
python/graphs.py#L25
Missing function or method docstring
|
C0115:
python/graphs.py#L34
Missing class docstring
|
C0115:
python/graphs.py#L58
Missing class docstring
|
C0115:
python/graphs.py#L118
Missing class docstring
|
C0115:
python/graphs.py#L148
Missing class docstring
|