Validate against multiple certificates - #300
Open
theseal wants to merge 2 commits into
Open
Annotations
10 errors and 1 warning
|
Lint with Ruff:
src/pyff/api.py#L241
src/pyff/api.py:241:15: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
help: Add `from __future__ import annotations`
|
|
Lint with Ruff:
src/pyff/api.py#L164
src/pyff/api.py:164:77: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
help: Add `from __future__ import annotations`
|
|
Lint with Ruff:
src/pyff/api.py#L164
src/pyff/api.py:164:62: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
help: Add `from __future__ import annotations`
|
|
Lint with Ruff:
src/pyff/api.py#L164
src/pyff/api.py:164:15: FA100 Add `from __future__ import annotations` to simplify `typing.Optional`
help: Add `from __future__ import annotations`
|
|
Lint with Ruff:
src/pyff/api.py#L106
src/pyff/api.py:106:16: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
Lint with Ruff:
src/pyff/api.py#L78
src/pyff/api.py:78:15: C408 Unnecessary `dict()` call (rewrite as a literal)
help: Rewrite as a literal
|
|
Lint with Ruff:
src/pyff/api.py#L76
src/pyff/api.py:76:15: C408 Unnecessary `dict()` call (rewrite as a literal)
help: Rewrite as a literal
|
|
Lint with Ruff:
src/pyff/api.py#L75
src/pyff/api.py:75:20: C408 Unnecessary `dict()` call (rewrite as a literal)
help: Rewrite as a literal
|
|
Lint with Ruff:
src/pyff/api.py#L72
src/pyff/api.py:72:15: C408 Unnecessary `dict()` call (rewrite as a literal)
help: Rewrite as a literal
|
|
Lint with Ruff:
src/pyff/api.py#L70
src/pyff/api.py:70:12: RUF019 Unnecessary key check before dictionary access
help: Replace with `dict.get`
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/setup-uv@v6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading