Skip to content

Commit da55d2e

Browse files
DanWahlinCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 86de81b commit da55d2e

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
@@ -29,7 +29,7 @@ These patterns were mined from actual PR review feedback and represent recurring
2929

3030
- **Primary sample**: Always use `samples/book-app-project/` (Python) for examples in chapters.
3131
- **Test framework**: pytest — test files go in `samples/book-app-project/tests/` and follow `test_*.py` naming.
32-
- **Python version**: 3.10+ (per `pyproject.toml`).
32+
- **Python version**: 3.10+ (per `samples/book-app-project/pyproject.toml`).
3333
- **Intentional bugs**: Files in `samples/book-app-buggy/` and `samples/buggy-code/` contain **deliberate bugs** for exercises. Never fix them.
3434

3535
## Chapter Structure

0 commit comments

Comments
 (0)