diff --git a/README.md b/README.md index 37fd264..72c32f8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@

Audiotext

A desktop application that transcribes audio from files, microphone input or YouTube videos with the option to translate the content and create subtitles.

+ + Code Quality badge status + +
(back to top)

@@ -958,8 +965,8 @@ If you are using an API key that was created before you funded your account for - [x] Add support for `.json`, `.tsv` and `.aud` output file types when using WhisperX as transcription method. - [x] Add `appearance_mode` to `config.ini`. - [x] Add support for **Whisper's API** ([#42](https://github.com/HenestrosaDev/audiotext/discussions/42)). -- [x] Add pre-commit configuration for using `ruff` and `mypy`. -- [x] Set up a CI pipeline to apply the pre-commit hooks. +- [x] Add `pre-commit` to use the `ruff` and `mypy` hooks. +- [x] Set up a CI pipeline to check code quality on pull requests and pushes to main by running the pre-commit hooks. - [ ] Change the `Generate transcription` button to `Cancel transcription` when a transcription is in progress. - [ ] Generate executables for macOS and Linux. - [ ] Add tests.