This new release introduces the -v flag to stream Black's output to stderr for debugging purposes.
Here's an example:
$ poetry run black-gl-cq -v src > black-code-quality-report.json
Identified `/home/themimitoof/repos/black-gl-code-quality` as project root containing a .git directory.
Sources to be formatted: "src"
/home/themimitoof/repos/black-gl-code-quality/src/black_gl_code_quality/__init__.py wasn't modified on disk since last run.
/home/themimitoof/repos/black-gl-code-quality/src/black_gl_code_quality/parser.py wasn't modified on disk since last run.
/home/themimitoof/repos/black-gl-code-quality/src/black_gl_code_quality/error.py already well formatted, good job.
/home/themimitoof/repos/black-gl-code-quality/src/black_gl_code_quality/__main__.py already well formatted, good job.
All done! ✨ 🍰 ✨
4 files would be left unchanged.
Thanks to romuald for its contribution!
---
What's Changed
* Add verbose option to output black output by romuald in https://github.com/Themimitoof/black-gl-code-quality/pull/3
New Contributors
* romuald made their first contribution in https://github.com/Themimitoof/black-gl-code-quality/pull/3
**Full Changelog**: https://github.com/Themimitoof/black-gl-code-quality/compare/0.2.0...0.3.0