home/categories/code-quality/janjaszczak-cursor-skills-python-style-skill-md
code-qualitytesting-security

python-style

Enforce consistent Python typing (type hints + return types), concise Google-style docstrings, PEP 8/Black formatting, and unit tests when creating or editing Python code. Use when working on .py files, Python APIs, refactors, or bug fixes where maintainability and correctness matter.

janjaszczak
maintainer
janjaszczak
更新於 1/17/2026
星標
0
分支
0
quick start

Installation and usage

Enforce consistent Python typing (type hints + return types), concise Google-style docstrings, PEP 8/Black formatting, and unit tests when creating or editing Python code. Use when working on .py files, Python APIs, refactors, or bug fixes where maintainability and correctness matter.

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use python-style