Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): add Black code formatter and enable linting
- Add Black to the pip install command alongside flake8 - Uncomment and update the linting step to use Black for code style checking - Replace flake8 linting with Black's --check option This change enhances the CI pipeline by introducing code formatting checks, ensuring consistent code style across the project.
- Loading branch information