From 667de5ca9714008083652b0813156f29507151c5 Mon Sep 17 00:00:00 2001 From: "Leandro G. Almeida" Date: Fri, 22 Nov 2024 17:24:58 -0800 Subject: [PATCH] add interrogate check --- CONTRIBUTING.md | 8 ++++---- Makefile | 31 ++++++++++++++++++++----------- config/interrogate.toml | 22 ++++++++++++++++++++++ config/ruff.toml | 1 + pyproject.toml | 2 -- 5 files changed, 47 insertions(+), 17 deletions(-) create mode 100644 config/interrogate.toml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe4bb9e5..3400045c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -189,8 +189,7 @@ We will then review the changes and review next steps for adding the dataset int ### Installing uv - -Install uv follow the guidelines in https://docs.astral.sh/uv/getting-started/installation/, it is recommended to use the standalone installation. +Dependencies and admin actions are done using `uv`. To Install uv follow the guidelines in https://docs.astral.sh/uv/getting-started/installation/, it is recommended to use the standalone installation. ### Building Project @@ -206,7 +205,8 @@ To sync the dependencies simply run: ``` uv sync ``` -### Running test + +### Running tests ``` make test @@ -214,7 +214,7 @@ make test ### Running scripts -For running scripts or one using the project's e +For running scripts or one-offs using the project's installed enviroment ``` uv run python