We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca28f6 commit 2d1f60dCopy full SHA for 2d1f60d
.cursor/rules/dev-loop.mdc
@@ -5,6 +5,17 @@ globs: *.py
5
6
# Development Process
7
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
19
## 1. Start with Formatting
20
21
Format your code first:
0 commit comments