Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c55690d

Browse filesBrowse files
committed
cursor(rules[dev-loop]) add project stack to development guidelines
1 parent 0fa082d commit c55690d
Copy full SHA for c55690d

File tree

Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-0
lines changed

‎.cursor/rules/dev-loop.mdc

Copy file name to clipboardExpand all lines: .cursor/rules/dev-loop.mdc
+11Lines changed: 11 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.