From 1613a13729a4a0a25681d267d19b88773ffe6541 Mon Sep 17 00:00:00 2001 From: Preocts Date: Sat, 31 May 2025 12:28:13 -0400 Subject: [PATCH] Update documents --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 684db34..2658fb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,7 @@ The following steps outline how to install this repo for local development. ### Clone repo -```console +```bash git clone https://github.com/[ORG NAME]/[REPO NAME] cd [REPO NAME] @@ -71,19 +71,19 @@ nox -s dev ### Run tests with coverage -```console +```bash nox -s test ``` ### Run formatters and linters -```console +```bash nox -s lint ``` ### Build dist -```console +```bash nox -s build ``` @@ -100,13 +100,13 @@ Once updated following the steps below, the package can be installed if needed. ### Update the generated files with changes -```console +```bash nox -s update-deps ``` ### Upgrade all generated dependencies -```console +```bash nox -s upgrade-deps ```