fix: Ignore I001 import sorting errors in CI due to environment differences 9697c9b KyosukeIchikawa commited on Jun 22, 2025
fix: Resolve import sorting issue in audio_generator.py and separate CI lint from local format 16589b1 KyosukeIchikawa commited on Jun 21, 2025
refactor: Rename pre-commit hooks to linting checks for clarity in CI workflow f5c42d5 KyosukeIchikawa commited on Jun 21, 2025
feat: Migrate from isort, black, flake8 to ruff for unified linting and formatting 6a48ef2 KyosukeIchikawa commited on Jun 16, 2025
refactor: Update file upload and URL extraction tabs for improved clarity and functionality 8df1b32 KyosukeIchikawa commited on Jun 3, 2025
Remove deactivation of virtual environment in clean target d4f977a KyosukeIchikawa commited on May 30, 2025
Enhance test output: add verbosity and duration reporting to pytest commands in Makefile and configuration files 71a3f07 KyosukeIchikawa commited on May 24, 2025
Refactor unit tests for SessionManager and TextProcessor classes 2652f92 KyosukeIchikawa commited on May 24, 2025
Fix run target in Makefile to execute app.py instead of main.py 03e9bd3 KyosukeIchikawa commited on May 22, 2025
Enhance pre-commit hooks: add CI mode for checks only and update Makefile target 82d1a9d KyosukeIchikawa commited on May 21, 2025
Update VOICEVOX configuration to skip download if files exist and add download script 02c06f3 KyosukeIchikawa commited on May 19, 2025
Fix download command in Makefile to correctly pipe input for auto-accepting license agreement 150bded KyosukeIchikawa commited on May 18, 2025
Add VOICEVOX_ACCEPT_AGREEMENT variable to auto-accept license during download 868e547 KyosukeIchikawa commited on May 18, 2025
Makefileを更新し、VOICEVOX Coreのダウンロード手順を整理しました。check-voicevox-coreターゲットを削除し、install-system-depsターゲットからdownload-voicevox-coreを呼び出すように変更しました。これにより、ダウンロードプロセスが簡素化されました。 fb3c066 KyosukeIchikawa commited on May 18, 2025
Makefileとドキュメントを更新し、main.pyをapp.pyに変更しました。また、テスト設定においても同様の変更を反映しました。 435f199 KyosukeIchikawa commited on May 18, 2025
Makefileにおいて、クリーンアップ処理に仮想環境の非アクティブ化を追加しました。これにより、生成ファイルの削除時に仮想環境が適切に管理されるようになります。 a0a44b7 KyosukeIchikawa commited on May 14, 2025