From 6979b0f2167daf3670ca7b885af7055ad11d5527 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Thu, 5 Feb 2026 21:03:00 +0000 Subject: [PATCH 1/2] chore: update dev instructions to include nox -s format --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3df5a264d6..765ce1c4bd 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -23,7 +23,7 @@ Execute unit tests by running one of the sessions prefixed with `unit-`. ## Formatting -- Lint sources by running `nox -s blacken`. Use `nox -s lint` to run lint check. +- Lint sources by running `nox -s format`. Use `nox -s lint` to run lint check. ## Integration Tests From 2c5c561bdd7c2872d6a6baa7d55165ff78063e06 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Thu, 5 Feb 2026 13:28:19 -0800 Subject: [PATCH 2/2] Update DEVELOPMENT.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 765ce1c4bd..8b1d2ef916 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -23,7 +23,7 @@ Execute unit tests by running one of the sessions prefixed with `unit-`. ## Formatting -- Lint sources by running `nox -s format`. Use `nox -s lint` to run lint check. +- Format sources by running `nox -s format`. Use `nox -s lint` to run lint check. ## Integration Tests