Skip to content

Commit df45c16

Browse files
authored
Update style.md
1 parent 4b0d73e commit df45c16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: style.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
## 8. Code Formatting
4949
- Use Black for code formatting
5050
- 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
51+
- Use consistent double quotes for dictionary keys
5352

5453
## 9. Version Control
55-
- Follow versioning conventions for development versions (e.g., X.X.X.devX)
54+
- Follow versioning conventions for development versions (e.g., X.X.X.devX)

0 commit comments

Comments
 (0)