I noticed after installing telnyx via pip that black gets installed as well. As far as I know it is just a linter, and has no practical use to the end user (which users may use some other linter or none at all for production code).
If it makes sense, could this be revised so that black is not included (at least for production users). If there is actually some use cases within the main code, then I will not worry about it.
I noticed after installing
telnyx
viapip
thatblack
gets installed as well. As far as I know it is just a linter, and has no practical use to the end user (which users may use some other linter or none at all for production code).If it makes sense, could this be revised so that
black
is not included (at least for production users). If there is actually some use cases within the main code, then I will not worry about it.Thank you for your time.