deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
175 stars 47 forks source link

[Automation] Shellscript Linting #389

Closed dvonthenen closed 1 month ago

dvonthenen commented 1 month ago

Proposed changes

Shellscript Linting should adhere to known standards. Look into:

This is already implemented in Go and needs to be ported over: https://github.com/deepgram/deepgram-go-sdk/pull/208

Context

Possible Implementation

Other information

dvonthenen commented 1 month ago

PR Merged: https://github.com/deepgram/deepgram-python-sdk/pull/394