Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
stefan-tapper-froebus
python-default-rules
public
Published on 3/28/2025
stefan-tapper-froebus/python-default-rules
Rules
Star
0
Add block
Preview
Markdown
Testing Guidelines
use pytest
Code Style & Guidelines
Always annotate Python functions with their parameter and return types
Keep Python type hints compatible with Python 3.7 using import from typing
Documentation Guidelines
Always write reStructuredText (reST) docstrings for functions and classes