We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce68524 commit fb63f71Copy full SHA for fb63f71
.cursorrules
@@ -3,6 +3,14 @@
3
# General
4
- Use English as the default language unless specified otherwise.
5
6
+# Python Coding Rules
7
+
8
+## Python files should have module-level docstrings
9
+- All .py files should start with a module-level docstring that describes the purpose and contents of the module
10
+- The docstring should be enclosed in triple quotes (""")
11
+- The first line should be a brief summary
12
+- Following lines (if needed) should provide more detailed description after a blank line
13
14
# Testing
15
- Use unittest module for testing
16
- In tests, execution-related code like the following is unnecessary:
0 commit comments