Lint All The Things
Version updated for https://github.com/BobTheBuidler/lint-all-the-things to version v0.0.5.
- This action is used across all versions by 13 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Lint All The Things” GitHub Action automates code formatting and linting for Python projects by running tools like pyupgrade, isort, black, and autoflake sequentially. It simplifies workflows by detecting and applying changes made by these tools, committing them in a single step with detailed commit messages, and pushing updates or creating pull requests as needed. This action is particularly useful for maintaining consistent code style and reducing manual effort in pull request workflows.
Release notes
What’s Changed
- feat: combine commits into one by @BobTheBuidler in https://github.com/BobTheBuidler/lint-all-the-things/pull/3
Full Changelog: https://github.com/BobTheBuidler/lint-all-the-things/compare/v0.0.4...v0.0.5