Open Issues Need Help
View All on GitHub Add code formatting workflow to CI about 6 hours ago
AI Summary: The issue proposes adding a new GitHub Actions workflow to automatically check Python code formatting using `black` and `isort` on `push` and `pull_request` events. This workflow aims to ensure consistent code style across the repository, streamline code reviews, and provide warnings for unformatted code without failing the CI build.
Complexity:
2/5
enhancement good first issue