Added support for new block types in Unicode 13 and 16. #87
Annotations
16 errors, 16 warnings, and 10 notices
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#L115
python/graphs.py:115:7: D101 Missing docstring in public class
|
Ruff (D101):
python/graphs.py#L133
python/graphs.py:133:7: D101 Missing docstring in public class
|
Ruff (D101):
python/graphs.py#L166
python/graphs.py:166:7: D101 Missing docstring in public class
|
Ruff (D103):
python/graphs.py#L194
python/graphs.py:194:5: D103 Missing docstring in public function
|
Ruff (D103):
python/graphs.py#L313
python/graphs.py:313:5: D103 Missing docstring in public function
|
E0401:
python/graphs.py#L28
Unable to import 'wcwidth'
|
E0606:
python/graphs.py#L218
Possibly using variable 'scale_base' before assignment
|
E0606:
python/graphs.py#L308
Possibly using variable 'strm' before assignment
|
E0401:
python/tables.py#L26
Unable to import 'wcwidth'
|
Pylint
Process completed with exit code 30.
|
Linux C++ (ubuntu-20.04, clang++)
Process completed with exit code 254.
|
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 (3.7)
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.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.9)
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
|
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
|
W0621:
python/graphs.py#L596
Redefining name 'histogram' from outer scope (line 559)
|
W0621:
python/graphs.py#L759
Redefining name 'function' from outer scope (line 780)
|
W0621:
python/tables.py#L68
Redefining name 'array' from outer scope (line 185)
|
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.13)
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 (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.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.8)
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#L115
Missing class docstring
|
C0115:
python/graphs.py#L133
Missing class docstring
|
C0115:
python/graphs.py#L166
Missing class docstring
|
C0116:
python/graphs.py#L194
Missing function or method docstring
|
C1805:
python/graphs.py#L260
"intpart == 0" can be simplified to "not intpart", if it is strictly an int, as 0 is falsey
|
C1805:
python/graphs.py#L262
"intpart != 0" can be simplified to "intpart", if it is strictly an int, as 0 is falsey
|