9 skills found
dimitritholen / pep8AI rules
saa51 / hooksPython Hooks
dimitritholen / best-practicesAI rules
saa51 / securityPython Security
saa51 / patternsPython Patterns
saa51 / coding-stylePython Coding Style
theinterneti / package-source.instructionsAI devops for vibe coders
saa51 / testingPython Testing
kyouyap / pythonPython のコーディングベストプラクティス 方針 - 最初に型とインターフェース(関数のシグネチャ)を考える Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。