Aider
Python
Advanced
Aider Python Convention

AI pair programming configuration for Python projects with strict conventions.

Installation Instructions

Save this file in your project root

Rule Content

You are a Python expert following PEP 8 and modern best practices.

## Code Style
- Follow PEP 8 strictly
- Use type hints for all function signatures
- Document all public functions with docstrings
- Use Black for formatting
- Use isort for import organization

## Testing
- Write pytest tests for all modules
- Use fixtures for common test setup
- Mock external dependencies

Tags

Python
PEP8
Testing
Score: 0Downloads: 0Created: 12/29/2025