Closed renovate[bot] closed 1 month ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ API | spectral | 1 | 0 | 1.46s | |
⚠️ BASH | bash-exec | 6 | 1 | 0.03s | |
✅ BASH | shellcheck | 6 | 0 | 0.23s | |
✅ BASH | shfmt | 6 | 0 | 0 | 0.79s |
✅ COPYPASTE | jscpd | yes | no | 4.57s | |
✅ DOCKERFILE | hadolint | 128 | 0 | 17.01s | |
✅ JSON | jsonlint | 20 | 0 | 0.2s | |
✅ JSON | v8r | 22 | 0 | 30.24s | |
⚠️ MARKDOWN | markdownlint | 266 | 0 | 297 | 30.44s |
✅ MARKDOWN | markdown-table-formatter | 266 | 0 | 0 | 160.17s |
⚠️ PYTHON | bandit | 212 | 66 | 4.55s | |
✅ PYTHON | black | 212 | 0 | 0 | 7.2s |
✅ PYTHON | flake8 | 212 | 0 | 2.55s | |
✅ PYTHON | isort | 212 | 0 | 0 | 1.54s |
✅ PYTHON | mypy | 212 | 0 | 22.07s | |
✅ PYTHON | pylint | 212 | 0 | 33.58s | |
✅ PYTHON | ruff | 212 | 0 | 0 | 0.85s |
✅ REPOSITORY | checkov | yes | no | 50.36s | |
✅ REPOSITORY | git_diff | yes | no | 0.79s | |
⚠️ REPOSITORY | grype | yes | 24 | 16.06s | |
✅ REPOSITORY | secretlint | yes | no | 16.03s | |
✅ REPOSITORY | trivy | yes | no | 44.99s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.65s | |
⚠️ REPOSITORY | trufflehog | yes | 1 | 12.07s | |
✅ SPELL | cspell | 713 | 0 | 11.74s | |
⚠️ SPELL | lychee | 348 | 11 | 6.19s | |
✅ XML | xmllint | 3 | 0 | 0 | 0.8s |
✅ YAML | prettier | 160 | 0 | 0 | 6.27s |
✅ YAML | v8r | 102 | 0 | 199.05s | |
✅ YAML | yamllint | 161 | 0 | 2.78s |
See detailed report in MegaLinter reports
This PR contains the following updates:
0.4.27
->0.4.28
Release Notes
astral-sh/uv (ghcr.io/astral-sh/uv)
### [`v0.4.28`](https://redirect.github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0428) [Compare Source](https://redirect.github.com/astral-sh/uv/compare/0.4.27...0.4.28) ##### Enhancements - Add support for requesting free-threaded builds via `+freethreaded` ([#8645](https://redirect.github.com/astral-sh/uv/pull/8645)) - Improve trusted publishing error messages ([#8633](https://redirect.github.com/astral-sh/uv/pull/8633)) - Remove unneeded `return` from Maturin project template ([#8604](https://redirect.github.com/astral-sh/uv/pull/8604)) - Skip Python interpreter discovery for `uv export` ([#8638](https://redirect.github.com/astral-sh/uv/pull/8638)) - Hint about missing trusted publishing permission ([#8632](https://redirect.github.com/astral-sh/uv/pull/8632)) ##### Configuration - Add environment variable to disable progress output ([#8600](https://redirect.github.com/astral-sh/uv/pull/8600)) ##### Bug fixes - Fork when minimum Python version increases ([#8628](https://redirect.github.com/astral-sh/uv/pull/8628)) - Ignore empty groups when validating lock ([#8598](https://redirect.github.com/astral-sh/uv/pull/8598)) - Remove duplicate word in error message ([#8589](https://redirect.github.com/astral-sh/uv/pull/8589)) - Support cyclic dependencies in `uv tree` ([#8564](https://redirect.github.com/astral-sh/uv/pull/8564)) - Update `uv init` to imply `--package` when using `--build-backend` ([#8593](https://redirect.github.com/astral-sh/uv/pull/8593)) - Restore use of `dev-dependencies` and `requires-dev` for lockfile compatibility ([#8599](https://redirect.github.com/astral-sh/uv/pull/8599)) ##### Documentation - Clarify `requires-python` requirement for dependencies ([#8619](https://redirect.github.com/astral-sh/uv/pull/8619)) - Update CLI documentation for `--cache-dir` ([#8627](https://redirect.github.com/astral-sh/uv/pull/8627))Configuration
📅 Schedule: Branch creation - "before 4am on Wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.