You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,17 +65,17 @@ For detailed API documentation and CLI command references, see the **[Documentat
65
65
66
66
This project uses a robust set of tools for development, testing, and quality assurance. All significant automated tasks are run via [:term:`Nox`](nox-documentation), orchestrated by the central `noxfile.py`.
67
67
68
-
***Run all checks (lint, typecheck, security):**`uvx nox -s check`
69
-
***Run test suite with coverage:**`uvx nox -s test`
70
-
***Build documentation:**`uvx nox -s docs`
71
-
***Build package:**`uvx nox -s build`
72
-
***See all available tasks:**`uvx nox -l`
68
+
-**Run all checks (lint, typecheck, security):**`uvx nox -s check`
69
+
-**Run test suite with coverage:**`uvx nox -s test`
70
+
-**Build documentation:**`uvx nox -s docs`
71
+
-**Build package:**`uvx nox -s build`
72
+
-**See all available tasks:**`uvx nox -l`
73
73
74
74
Explore the `noxfile.py` and the project documentation for detailed information on the automated workflow.
75
75
76
76
## Contributing
77
77
78
-
(This section should guide contributions *to this specific generated project*, not the template. It should refer to the project's `CODE_OF_CONDUCT.md` and link to a `CONTRIBUTING.md` specific to the project, if you choose to generate one.)
78
+
(This section should guide contributions _to this specific generated project_, not the template. It should refer to the project's `CODE_OF_CONDUCT.md` and link to a `CONTRIBUTING.md` specific to the project, if you choose to generate one.)
79
79
80
80
Report bugs or suggest features via the [issue tracker](https://github.com/56kyle/robust-python-demo/issues).
81
81
@@ -90,6 +90,6 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
90
90
**This project was generated from the [cookiecutter-robust-python template][cookiecutter-robust-python].**
0 commit comments