This skill enforces a modern, high-performance Python workflow centered around the uv package manager. It eliminates fragmented tooling like pip, venv, and pip-tools in favor of a unified approach to dependency resolution, environment management, and command execution. By integrating tightly with ruff, mypy, and pytest, it ensures absolute consistency between local development environments and CI/CD pipelines, providing a fast, reproducible, and clean environment for any Python project.
主要功能
01Automated linting and formatting parity using Ruff and Mypy
02Strict prevention of global site-package pollution and legacy pip usage
03CI-aligned synchronization using frozen lockfiles
04Comprehensive uv integration for ultra-fast dependency resolution
0512 GitHub stars
06Standardized command execution via uv run for environment isolation