-
Notifications
You must be signed in to change notification settings - Fork 0
Code Style
Garot Conklin edited this page May 23, 2025
·
1 revision
Follow these guidelines to ensure code quality and consistency.
- PEP 8 for Python code
- Use type hints
- Write docstrings for all public functions/classes
- Use descriptive variable and function names
- Keep functions small and focused
- Use black and isort for formatting
- Run flake8 for linting
flowchart TD
A[Write Code] --> B[Run Formatter (black/isort)]
B --> C[Run Linter (flake8)]
C --> D[Fix Issues]
D --> E[Ready for PR]
This project is licensed under the MIT License - see the LICENSE file for details.
Last updated: {{date}}