Skip to content
Open
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: 4 additions & 0 deletions home/dot_config/claude/rules/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ paths: **/*.py

- `uv run python -c "..."` のように、`uv` を使って一時的にコードを実行することができます。
- プロジェクトに依存しないライブラリを一時的にインストールして試す場合は `uv run --with <library> python -c "..."` のようにしてください。

## コマンドラインパーサー

- `argparse` を使ってコマンドライン引数を解析をする場合、オプションは `--this-is-option` のように単語をハイフンでつなぐ形式にしてください。
Loading