Skip to content

Commit 2d1f60d

Browse files
committed
cursor(rules[dev-loop]) add project stack to development guidelines
1 parent eca28f6 commit 2d1f60d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.cursor/rules/dev-loop.mdc

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ globs: *.py
55

66
# Development Process
77

8+
## Project Stack
9+
10+
The project uses the following tools and technologies:
11+
12+
- **uv** - Python package management and virtual environments
13+
- **ruff** - Fast Python linter and formatter
14+
- **py.test** - Testing framework
15+
- **pytest-watcher** - Continuous test runner
16+
- **mypy** - Static type checking
17+
- **doctest** - Testing code examples in documentation
18+
819
## 1. Start with Formatting
920

1021
Format your code first:

0 commit comments

Comments
 (0)