mirror of
https://github.com/Screenly/Anthias.git
synced 2025-12-23 22:38:05 -05:00
* chore: create Cursor rules * chore: have `.cursor` be ignored in essential GitHub workflow files
10 lines
426 B
Plaintext
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. |