Skip to content

v3.0.2 🌈 Full support for GHES

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 19:30
· 13 commits to refs/heads/main since this release
47de3de

Changes

This release fixes some issues that prevented use with GitHub Enterprise Server instances.
Parsing the ruff version from pyproject.toml now also uses a library that is fully TOML 1.0.0 compliant.

🐛 Bug fixes

  • Do not expect GITHUB_TOKEN to be set or valid @eifinger (#65)
  • Use TOML 1.0.0 compliant library for parsing @eifinger (#47)

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates