Skip to content

Commit 9fca5d7

Browse files
authored
Clarify TOML syntax usage in instructions
Updated instructions to specify using modern TOML syntax.
1 parent 97ec487 commit 9fca5d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
- [ ] Maintain source code readability.
199199
- [ ] Use Idiomatic Python.
200200
- [ ] All configurations should be in one place, the `pyproject.toml`,
201-
when possible.
201+
when possible. Use modern TOML syntax when is expressive enough.
202202
- [ ] Defensive coding: always check for None/empty and handle exceptions
203203
when dealing with external inputs, like function arguments,
204204
file I/O, network I/O, etc.

0 commit comments

Comments
 (0)