lang
lang/python/tooling/index.md
medium
lang-python-tooling-index
Python 工程化工具链索引(ruff / 类型检查 / pre-commit / CI / 结构化日志配置)。Use when 配置 lint / typecheck / 钩子 / 流水线 / 日志初始化。
子项索引
| 子项 | 一句话 |
|---|---|
| py-ruff-lint-format skill | Ruff 一统 lint+format,取代 flake8/black/isort/pylint/pyupgrade |
| py-type-checker-ci skill | 把类型检查器 mypy strict / pyright / Astral ty 接入 CI 并设门禁 |
| py-pre-commit-hooks skill | 用 pre-commit 编排 ruff/mypy 钩子,让本地提交与 CI 跑同一套检查 |
| py-ci-pipeline skill | GitHub Actions 流水线 lint→typecheck→test→coverage 门禁 |
| py-structured-logging-config skill | structlog + pydantic-settings 结构化日志初始化与环境变量配置 |