W
python-code-style
作者 wshobson
python-code-style 可協助處理 Python 的格式化、lint、命名規範、型別提示與 docstring。適合用來審查 pull request、統一團隊程式風格,並在 `pyproject.toml` 中建立 ruff、mypy 或 pyright 的設定指引。
程式碼評審
收藏 0GitHub 32.6k
作者 wshobson
python-code-style 可協助處理 Python 的格式化、lint、命名規範、型別提示與 docstring。適合用來審查 pull request、統一團隊程式風格,並在 `pyproject.toml` 中建立 ruff、mypy 或 pyright 的設定指引。
作者 wshobson
python-type-safety 是一項聚焦型技能,協助在實際程式碼與程式碼生成流程中,為 Python 加入更安全的型別提示、泛型、protocols,以及更適合 mypy 或 pyright 檢查的撰寫模式。