@@ -184,18 +184,20 @@ You are ready to use the toolbox. With *nox -l* you can list all available tasks
184184 $ nox -l
185185 Sessions defined in <PATH_TO_YOUR_PROJECT>/noxfile.py:
186186
187- * fix -> Runs all automated fixes on the code base
188- - check -> Runs all available checks on the project
187+ - docs:multiversion -> Builds the project documentation
188+ - docs:build -> Builds the project documentation
189+ - docs:open -> Opens the built project documentation
190+ - docs:clean -> Removes the documentations build folder
191+ - project:fix -> Runs all automated fixes on the code base
189192 - lint:code -> Runs the static code analyzer on the project
190193 - lint:typing -> Runs the type checker on the project
191194 - lint:security -> Runs the security linter on the project
195+ - report -> Collects and generates metrics summary for the workspace
196+ - release:prepare -> Prepares the project for a new release.
192197 - unit-tests -> Runs all unit tests
193198 - integration-tests -> Runs the all integration tests
194199 - coverage -> Runs all tests (unit + integration) and reports the code coverage
195- - docs:build -> Builds the project documentation
196- - docs:open -> Opens the built project documentation
197- - docs:clean -> Removes the documentations build folder
198- - report -> Collects and generates a metrics summary for the workspace
200+ - check -> Runs all available checks on the project
199201
200202 sessions marked with * are selected, sessions marked with - are skipped.
201203
0 commit comments