Skip to content

Commit 790e12e

Browse files
authored
Update copilot-instructions.md
1 parent b036db1 commit 790e12e

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
@@ -15,7 +15,7 @@ correct formatting of the code and linting as well.
1515
QCoDeS is a typed package, hence all new code should include clear and correct type annotations.
1616

1717
We use ``pyright`` to statically check the correctness of the code with type annotations.
18-
Run it via ``pyright src/``.
18+
Run it via ``pyright``. The code that should be typecheked is configured in ``pyproject.toml``.
1919

2020
For running tests, we use ``pytest``. They can be run with ``pytest tests``.
2121
See pytest markers for additional options of running tests.

0 commit comments

Comments
 (0)