- uv: running scripts; managing virtual environments
For development, install with uv:
uv sync --extra devIf contributing to the codebase, you can run
prek installThis installs the prek hooks so any pushed commits will pass the CI.
Runtime type checking with beartype is disabled by default for package
imports but enabled by default in tests. To enable it for another
command, set RUNTIME_TYPECHECKING=true:
RUNTIME_TYPECHECKING=true uv run python -c "import autouq"The repository recommends the VS Code ty extension for editor type
checking. To switch off ty inlay hints personally, add the following
to your VS Code User Settings:
{
"ty.inlayHints.variableTypes": false,
"ty.inlayHints.callArgumentNames": false
}Jason McEwen 🤔 📆 |
Tobías Liaudat 🤔 💻 |
Radka Jersakova 🤔 📆 💻 |
Paolo Conti 🤔 |
Edwin 🤔 |
Sam Greenbury 🤔 📆 💻 |
Penelope Yong 🤔 💻 |
farhanferoz 🤔 💻 |
