Skip to content

Python

Objective: Define standards for modern, clean, and maintainable Python code, covering version management, tooling, type hints, code style, async patterns, and testing.

Source File

View the full rule: .agent/rules/python.md

Sections

    1. Version, Environment & Project Structure
    1. Formatting, Linting & Static Analysis
    1. Type Hints & Type Safety
    1. Code Style, Patterns & Anti-Patterns
    1. Testing & CI

Released under the MIT License.