Acerca de
The Python Style skill acts as an automated guardian for your codebase, ensuring every line of Python adheres to professional industry standards. It proactively implements PEP 8 formatting, modern type hinting syntax (Python 3.10+), and comprehensive Google-style docstrings while flagging common anti-patterns like bare exceptions or non-expressive variable names. By enforcing strict function length guidelines and logical import ordering, it helps developers maintain highly readable, enterprise-grade Python projects that are optimized for both human collaboration and long-term maintainability.