Skip to content

Releases: AlexanderMelde/yapf-action

v2.0

26 Nov 13:03
0c6d76a
Compare
Choose a tag to compare

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

20 Mar 01:33
a2053db
Compare
Choose a tag to compare

First production-ready release, fully tested and working!