diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3df5a264d6..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 blacken`. 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