Releases: AlexanderMelde/yapf-action
Releases · AlexanderMelde/yapf-action
v2.0
What's Changed
- feat: add toml as dependency (for pyproject.toml checking) by @ptxmac in #6
- feat: cd to workspace folder before executing yapf by @ingomueller-net in #8
Migration
- If you used the
--exclude '**/tests/**'
workaround, you might need to simplify this to--exclude 'tests/**'
now.
New Contributors
Full Changelog: v1.0...v2.0
v1.0
First production-ready release, fully tested and working!