We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b036db1 commit 790e12eCopy full SHA for 790e12e
1 file changed
.github/copilot-instructions.md
@@ -15,7 +15,7 @@ correct formatting of the code and linting as well.
15
QCoDeS is a typed package, hence all new code should include clear and correct type annotations.
16
17
We use ``pyright`` to statically check the correctness of the code with type annotations.
18
-Run it via ``pyright src/``.
+Run it via ``pyright``. The code that should be typecheked is configured in ``pyproject.toml``.
19
20
For running tests, we use ``pytest``. They can be run with ``pytest tests``.
21
See pytest markers for additional options of running tests.
0 commit comments