Include already installed packages in PipResolver.gather#4
Merged
FredHappyface merged 1 commit intoJun 21, 2026
Merged
Annotations
9 errors and 1 warning
|
Run ruff
Process completed with exit code 1.
|
|
Run ruff:
tests/pkgutils/test_sanitise.py#L75
tests/pkgutils/test_sanitise.py:75:41: RUF043 Pattern passed to `match=` contains metacharacters but is neither escaped nor raw
help: Use a raw string or `re.escape()` to make the intention explicit
|
|
Run ruff:
depgather/utils.py#L82
depgather/utils.py:82:12: S603 `subprocess` call: check for execution of untrusted input
|
|
Run ruff:
depgather/utils.py#L44
depgather/utils.py:44:4: TRY004 Prefer `TypeError` exception for invalid type
|
|
Run ruff:
depgather/models/defaultonnone.py#L33
depgather/models/defaultonnone.py:33:7: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `fallback_to_default`
|
|
Run ruff:
depgather/models/defaultonnone.py#L31
depgather/models/defaultonnone.py:31:3: ANN001 Missing type annotation for function argument `handler`
|
|
Run ruff:
depgather/models/defaultonnone.py#L30
depgather/models/defaultonnone.py:30:10: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `value`
|
|
Run ruff:
depgather/models/defaultonnone.py#L11
depgather/models/defaultonnone.py:11:43: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `default_on_none`
|
|
Run ruff:
depgather/models/defaultonnone.py#L11
depgather/models/defaultonnone.py:11:35: ANN401 Dynamically typed expressions (typing.Any) are disallowed in `values`
|
|
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, actions/setup-python@v4. 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