Best code practices
This guide outlines the rules and tools used to ensure quality and consistency in Ersilia's codebase. By adhering to these practices, we aim to maintain a high standard of code readability, maintainab
Contributing
ruff check . --fixruff format .
Standard Overview
1. Pre-commit Hooks
2. Docstring Standards
Example Docstring for a Public Method
Example Docstring for a Public Class
Last updated
Was this helpful?

