Description
Check whether Python files match Black formatting through Flake8. It helps projects enforce one formatting style in the same lint workflow used for other code-quality checks.
This is a lint plugin, not a formatter by itself. It reports formatting mismatches; teams should still run Black or their chosen formatter deliberately and review large formatting-only diffs.