Below you will find pages that utilize the taxonomy term “AlexanderMelde”
November 26, 2024
YAPF Python Code Formatting Check
Version updated for AlexanderMelde/yapf-action to version v2.0.
This action is used across all versions by 166 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed feat: add toml as dependency (for pyproject.toml checking) by @ptxmac in https://github.com/AlexanderMelde/yapf-action/pull/6 feat: cd to workspace folder before executing yapf by @ingomueller-net in https://github.com/AlexanderMelde/yapf-action/pull/8 Migration If you used the --exclude '**/tests/**' workaround, you might need to simplify this to --exclude 'tests/**' now.