Skip to content

Commit 146b64d

Browse files
authored
Update Python coding guidelines in copilot instructions
Added guidelines for maintaining source code readability and using idiomatic Python.
1 parent c766a7f commit 146b64d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@
193193

194194
## Python
195195

196+
- [ ] Maintain source code readability.
197+
- [ ] Use Idiomatic Python.
196198
- [ ] Defensive coding: always check for None/empty and handle exceptions
197199
when dealing with external inputs, like function arguments,
198200
file I/O, network I/O, etc.

0 commit comments

Comments
 (0)