Skip to content

Commit 804c930

Browse files
committed
Fix typo and don't mention tools like black and darker
1 parent cdca339 commit 804c930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/instructions/lldb.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ When reviewing code, focus on:
66

77
## Language, Libraries & Standards
88

9-
- Target C++17 and avoids vendor-specific extensions.
10-
- For Python scripts, follow PEP 8 formatting and use tools like `black` or `darker`.
9+
- Target C++17 and avoid vendor-specific extensions.
10+
- For Python scripts, follow PEP 8.
1111
- Prefer standard library or LLVM support libraries instead of reinventing data structures.
1212

1313
## Comments & Documentation

0 commit comments

Comments
 (0)