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 的编写模式。