Skip to content

Commit 110b0ae

Browse files
docs: replace em dashes with commas/colons in README
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 53be925 commit 110b0ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/downloads/)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
66

7-
A batteries-included Python project template powered by [Copier](https://copier.readthedocs.io/). Pick the features you need skip the ones you don't.
7+
A batteries-included Python project template powered by [Copier](https://copier.readthedocs.io/). Pick the features you need, skip the ones you don't.
88

99
## Quickstart
1010

@@ -40,11 +40,11 @@ uvx copier copy --defaults gh:namitdeb739/python-template my-project
4040

4141
## What's included
4242

43-
**Tooling** [uv](https://docs.astral.sh/uv/) · [ruff](https://docs.astral.sh/ruff/) · [mypy](https://mypy.readthedocs.io/) · [pytest](https://docs.pytest.org/) · [pre-commit](https://pre-commit.com/) · [just](https://github.com/casey/just)
43+
**Tooling:** [uv](https://docs.astral.sh/uv/) · [ruff](https://docs.astral.sh/ruff/) · [mypy](https://mypy.readthedocs.io/) · [pytest](https://docs.pytest.org/) · [pre-commit](https://pre-commit.com/) · [just](https://github.com/casey/just)
4444

45-
**CI/CD** lint, type-check, test matrix, dependency audit, [Conventional Commits](https://www.conventionalcommits.org/) enforced on commits and PR titles, trusted-publisher PyPI release
45+
**CI/CD:** lint, type-check, test matrix, dependency audit, [Conventional Commits](https://www.conventionalcommits.org/) enforced on commits and PR titles, trusted-publisher PyPI release
4646

47-
**Optional** [CodeQL](https://codeql.github.com/) · [Dependabot](https://docs.github.com/en/code-security/dependabot) · [MkDocs Material](https://squidfunk.github.io/mkdocs-material/) · Docker (CPU + GPU) · [DVC](https://dvc.org/)
47+
**Optional:** [CodeQL](https://codeql.github.com/) · [Dependabot](https://docs.github.com/en/code-security/dependabot) · [MkDocs Material](https://squidfunk.github.io/mkdocs-material/) · Docker (CPU + GPU) · [DVC](https://dvc.org/)
4848

4949
## After scaffolding
5050

0 commit comments

Comments
 (0)