Remove support for Python 2.7 #70
Merged
Annotations
10 errors and 1 warning
|
docs/conf.py#L25
docs/conf.py:25:1: E402 Module level import not at top of file
|
|
docs/conf.py#L25
docs/conf.py:25:8: F401 `pscript` imported but unused
|
|
docs/scripts/gencommonast.py#L6
docs/scripts/gencommonast.py:6:19: F401 `types.ModuleType` imported but unused
|
|
docs/scripts/pscriptexample.py#L5
docs/scripts/pscriptexample.py:5:8: F401 `os` imported but unused
|
|
docs/scripts/pscriptexample.py#L6
docs/scripts/pscriptexample.py:6:8: F401 `hashlib` imported but unused
|
|
docs/scripts/pscriptexample.py#L32
docs/scripts/pscriptexample.py:32:28: F821 Undefined name `PythonLexer`
|
|
docs/scripts/pscriptexample.py#L34
docs/scripts/pscriptexample.py:34:33: E701 Multiple statements on one line (colon)
|
|
docs/scripts/pscriptexample.py#L68
docs/scripts/pscriptexample.py:68:31: F821 Undefined name `td_style`
|
|
docs/scripts/pscriptexample.py#L68
docs/scripts/pscriptexample.py:68:47: F821 Undefined name `td_style`
|
|
docs/scripts/pscriptexample.py#L96
docs/scripts/pscriptexample.py:96:17: F841 Local variable `height` is assigned to but never used
|
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The logs for this run have expired and are no longer available.
Loading