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