Support py314 #62
ci.yml
on: pull_request
Linting
12s
Docs
15s
Matrix: tests
Annotations
11 errors
|
Linting
Process completed with exit code 1.
|
|
ruff (RUF100):
tests/test_parser0.py#L1
tests/test_parser0.py:1:1: RUF100 Unused `noqa` directive (unused: `F841`)
help: Remove unused `noqa` directive
|
|
ruff (RUF059):
pscript/parser2.py#L1180
pscript/parser2.py:1180:18: RUF059 Unpacked variable `nsname1` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
pscript/parser0.py#L365
pscript/parser0.py:365:9: RUF059 Unpacked variable `nargs` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
pscript/parser0.py#L340
pscript/parser0.py:340:25: RUF059 Unpacked variable `ns` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
pscript/parser0.py#L320
pscript/parser0.py:320:17: RUF059 Unpacked variable `nsname` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
pscript/parser0.py#L320
pscript/parser0.py:320:9: RUF059 Unpacked variable `nstype` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
Docs
Process completed with exit code 2.
|
|
Linux py 3.14
Process completed with exit code 1.
|
|
MacOS
Process completed with exit code 1.
|
|
Windows
Process completed with exit code 1.
|