ruff-action
Version updated for https://github.com/astral-sh/ruff-action to version v3.3.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 1,921 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Changes
Thanks to @scootermon we now also find the desired ruff versions in poetry groups in pyproject.toml
:
[tool.poetry.group.dev.dependencies]
ruff = "0.8.3"
🚀 Enhancements
- Add support for reading the ruff version from Poetry groups @scootermon (#127)
🧰 Maintenance
- chore: update known checksums for 0.11.7 @github-actions[bot] (#125)
- chore: update known checksums for 0.11.6 @github-actions[bot] (#123)
- chore: update known checksums for 0.11.5 @github-actions[bot] (#120)
- chore: update known checksums for 0.11.4 @github-actions[bot] (#117)
- chore: update known checksums for 0.11.3 @github-actions[bot] (#116)
- chore: update known checksums for 0.11.2 @github-actions[bot] (#108)
- Add required permissions and all-tests-passed @eifinger (#107)
📚 Documentation
- Mention the
--diff
flag forformat --check
@Avasam (#104)