Skip to content

Code Conventions

Python

  • Use ruff for linting
  • Use ty for type checking
  • Follow PEP 8 style guide
  • Write docstrings for public APIs

TypeScript

  • Use TypeScript strict mode
  • Follow ESLint rules
  • Use Prettier for formatting

Git

  • Use Conventional Commits
  • Keep commits atomic
  • Write clear commit messages

Next Steps

Released under the MIT License.