Skip to content

uvの導入#53

Merged
106- merged 2 commits into
mainfrom
update/introduce-uv
Apr 18, 2026
Merged

uvの導入#53
106- merged 2 commits into
mainfrom
update/introduce-uv

Conversation

@106-

@106- 106- commented Apr 18, 2026

Copy link
Copy Markdown
Owner

パッケージ管理

  • poetry → uv に移行
  • poetry.lock 削除、uv.lock 新規追加
  • pyproject.toml を Poetry 形式 → 標準 [project] 形式(hatchling)に書き換え
  • 未使用パッケージ pymysql、pg8000 を削除
  • pytest を 8.4.0(固定)→ >=9.0.3、pytest-asyncio を <1.0 → >=1.3.0 に更新

設定ファイル整理

  • pytest.ini 削除 → pyproject.toml の [tool.pytest.ini_options] に統合
  • setup.cfg 削除(isort/flake8 の設定で未使用)

CI/CD

  • cicd.yml の snok/install-poetry + actions/setup-python → astral-sh/setup-uv に一本化
  • poetry run → uv run に全置換

Dockerfile

  • poetry multi-stage → uv バイナリコピー方式に書き換え

バグ修正

  • tools/make_boards.py の format.match() → format.search() 修正(https:// 付きURLでマッチ失敗していた)
  • tests/test_integration.py のデコードを shift-jis → cp932 に修正(機種依存文字で UnicodeDecodeError が出ていた)

その他

  • make_boards.py に実行前後の diff 表示機能を追加
  • futaba2dat/boards.json を最新のふたばメニューに更新(尹錫悦、岸田文雄 板が削除済みを確認)
  • README.md、CLAUDE.md を uv 対応に更新

@106- 106- self-assigned this Apr 18, 2026
@106- 106- merged commit d3a3118 into main Apr 18, 2026
2 checks passed
@106- 106- deleted the update/introduce-uv branch April 18, 2026 12:40
@106-

106- commented Apr 18, 2026

Copy link
Copy Markdown
Owner Author

uvにした程度なのでデプロイはしないでおく

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant