diff --git a/docs/contributing/guides/setup.md b/docs/contributing/guides/setup.md index f48216cc..b50f68a3 100644 --- a/docs/contributing/guides/setup.md +++ b/docs/contributing/guides/setup.md @@ -1,6 +1,6 @@ !!! bug "Work In Progress" - This page is still being written. The content below (if any) may change. + This page is missing a guide on configuring vscode to pick up poetry environment. # Setting up the project diff --git a/docs/contributing/guides/style-guide.md b/docs/contributing/guides/style-guide.md index 9ecad330..201715e2 100644 --- a/docs/contributing/guides/style-guide.md +++ b/docs/contributing/guides/style-guide.md @@ -1,3 +1,7 @@ +!!! bug "Work In Progress" + + This page is missing a guide on ruff editor integration + # Style Guide ???+ abstract @@ -113,6 +117,10 @@ To make ruff format your code, simply run: ruff format . ``` +### Editor integration + +TODO + ## Other style guidelines While `ruff` can do a lot, it can't do everything. There are still some guidelines that you will need to read over and