Files
Anthias/.cursor/rules/python.mdc
Nico Miguelino eca1289aeb chore: create Cursor rules (#2273)
* chore: create Cursor rules
* chore: have `.cursor` be ignored in essential GitHub workflow files
2025-04-30 08:42:28 -07:00

10 lines
426 B
Plaintext

---
description:
globs:
alwaysApply: true
---
- Most of Anthias' source code is written in Python.
- Django is used as the web framework.
- [Ruff](mdc:https:/github.com/astral-sh/ruff) is used for linting and formatting Python files.
- See [pyproject.toml](mdc:pyproject.toml) for linting and formatting rules.
- Use [type hints](mdc:https:/docs.python.org/3/library/typing.html) when updating and generating Python files.