We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0d73e commit df45c16Copy full SHA for df45c16
style.md
@@ -48,8 +48,7 @@
48
## 8. Code Formatting
49
- Use Black for code formatting
50
- Use isort for import sorting
51
-- Use consistent quotes for dictionary keys (single or double)
52
-- Use raw characters instead of HTML escape characters in string literals
+- Use consistent double quotes for dictionary keys
53
54
## 9. Version Control
55
-- Follow versioning conventions for development versions (e.g., X.X.X.devX)
+- Follow versioning conventions for development versions (e.g., X.X.X.devX)
0 commit comments