rm pyright dev dep #4
Annotations
27 errors and 3 warnings
|
Python Test and Lint (3.12)
Process completed with exit code 1.
|
|
ruff (E501):
attestationcheck/packageinforesolver.py#L183
attestationcheck/packageinforesolver.py:183:92: E501 Line too long (103 > 100)
|
|
ruff (SLF001):
attestationcheck/packageinforesolver.py#L78
attestationcheck/packageinforesolver.py:78:16: SLF001 Private member accessed: `_spec`
|
|
ruff (SLF001):
attestationcheck/packageinforesolver.py#L77
attestationcheck/packageinforesolver.py:77:24: SLF001 Private member accessed: `_specs`
|
|
ruff (ANN401):
attestationcheck/models/packageinfo.py#L23
attestationcheck/models/packageinfo.py:23:37: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `obj`
|
|
ruff (ANN401):
attestationcheck/models/defaultonnone.py#L9
attestationcheck/models/defaultonnone.py:9:43: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `default_on_none`
|
|
ruff (ANN401):
attestationcheck/models/defaultonnone.py#L9
attestationcheck/models/defaultonnone.py:9:35: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `values`
|
|
ruff (SIM115):
attestationcheck/io/cli.py#L122
attestationcheck/io/cli.py:122:8: SIM115 Use a context manager for opening files
|
|
ruff (E501):
attestationcheck/io/cli.py#L1
attestationcheck/io/cli.py:1:101: E501 Line too long (110 > 100)
|
|
Python Test and Lint (3.14)
Process completed with exit code 1.
|
|
ruff (E501):
attestationcheck/packageinforesolver.py#L183
attestationcheck/packageinforesolver.py:183:92: E501 Line too long (103 > 100)
|
|
ruff (SLF001):
attestationcheck/packageinforesolver.py#L78
attestationcheck/packageinforesolver.py:78:16: SLF001 Private member accessed: `_spec`
|
|
ruff (SLF001):
attestationcheck/packageinforesolver.py#L77
attestationcheck/packageinforesolver.py:77:24: SLF001 Private member accessed: `_specs`
|
|
ruff (ANN401):
attestationcheck/models/packageinfo.py#L23
attestationcheck/models/packageinfo.py:23:37: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `obj`
|
|
ruff (ANN401):
attestationcheck/models/defaultonnone.py#L9
attestationcheck/models/defaultonnone.py:9:43: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `default_on_none`
|
|
ruff (ANN401):
attestationcheck/models/defaultonnone.py#L9
attestationcheck/models/defaultonnone.py:9:35: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `values`
|
|
ruff (SIM115):
attestationcheck/io/cli.py#L122
attestationcheck/io/cli.py:122:8: SIM115 Use a context manager for opening files
|
|
ruff (E501):
attestationcheck/io/cli.py#L1
attestationcheck/io/cli.py:1:101: E501 Line too long (110 > 100)
|
|
Python Test and Lint (3.13)
Process completed with exit code 1.
|
|
ruff (E501):
attestationcheck/packageinforesolver.py#L183
attestationcheck/packageinforesolver.py:183:92: E501 Line too long (103 > 100)
|
|
ruff (SLF001):
attestationcheck/packageinforesolver.py#L78
attestationcheck/packageinforesolver.py:78:16: SLF001 Private member accessed: `_spec`
|
|
ruff (SLF001):
attestationcheck/packageinforesolver.py#L77
attestationcheck/packageinforesolver.py:77:24: SLF001 Private member accessed: `_specs`
|
|
ruff (ANN401):
attestationcheck/models/packageinfo.py#L23
attestationcheck/models/packageinfo.py:23:37: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `obj`
|
|
ruff (ANN401):
attestationcheck/models/defaultonnone.py#L9
attestationcheck/models/defaultonnone.py:9:43: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `default_on_none`
|
|
ruff (ANN401):
attestationcheck/models/defaultonnone.py#L9
attestationcheck/models/defaultonnone.py:9:35: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `values`
|
|
ruff (SIM115):
attestationcheck/io/cli.py#L122
attestationcheck/io/cli.py:122:8: SIM115 Use a context manager for opening files
|
|
ruff (E501):
attestationcheck/io/cli.py#L1
attestationcheck/io/cli.py:1:101: E501 Line too long (110 > 100)
|
|
Python Test and Lint (3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Python Test and Lint (3.14)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Python Test and Lint (3.13)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|