1 Open Issue Need Help Last updated: Nov 7, 2025

Open Issues Need Help

View All on GitHub

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