We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86de81b commit da55d2eCopy full SHA for da55d2e
1 file changed
.github/copilot-instructions.md
@@ -29,7 +29,7 @@ These patterns were mined from actual PR review feedback and represent recurring
29
30
- **Primary sample**: Always use `samples/book-app-project/` (Python) for examples in chapters.
31
- **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`).
+- **Python version**: 3.10+ (per `samples/book-app-project/pyproject.toml`).
33
- **Intentional bugs**: Files in `samples/book-app-buggy/` and `samples/buggy-code/` contain **deliberate bugs** for exercises. Never fix them.
34
35
## Chapter Structure
0 commit comments