awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
151 stars 38 forks source link

add black and flake8 to requirements-dev.txt #95

Closed dlm6693 closed 1 year ago

dlm6693 commented 1 year ago

Description of changes: Pins versions of black and flake8 in requirements-dev.txt.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (91b17f1) 88.86% compared to head (ffd6db5) 88.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #95 +/- ## ======================================== Coverage 88.86% 88.86% ======================================== Files 34 34 Lines 1967 1967 ======================================== Hits 1748 1748 Misses 219 219 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `88.86% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=awslabs#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.