Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pythonのプロジェクトテンプレート
## プロジェクトインストール

```bash
poetry install
uv sync
```

## credentialファイル作成
Expand All @@ -26,4 +26,4 @@ uv run python src/main.py

```bash
uv version --bump patch
```
```
6 changes: 0 additions & 6 deletions main.py

This file was deleted.

4 changes: 1 addition & 3 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[tools]
python = "3.13"

[tasks.main]
description = "プログラムを実行する"
Expand All @@ -23,4 +21,4 @@ run =[
"mise run format",
"mise run type-check",
"mise run test"
]
]
Loading