Skip to content

Commit 69a797c

Browse files
committed
docs
1 parent 6c546b5 commit 69a797c

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,13 @@ This is a modern Cookiecutter template that can be used to initiate a Python pro
1515
- [Poetry](https://python-poetry.org/) for dependency management
1616
- CI/CD with [GitHub Actions](https://github.com/features/actions)
1717
- Pre-commit hooks with [pre-commit](https://pre-commit.com/)
18-
- Code quality with:
19-
- [ruff](https://github.com/charliermarsh/ruff)
20-
- [mypy](https://mypy.readthedocs.io/en/stable/)
21-
- [deptry](https://github.com/fpgmaas/deptry/)
22-
- [prettier](https://prettier.io/)
18+
- Code quality with [ruff](https://github.com/charliermarsh/ruff), [mypy](https://mypy.readthedocs.io/en/stable/), [deptry](https://github.com/fpgmaas/deptry/) and [prettier](https://prettier.io/)
2319
- Publishing to [Pypi](https://pypi.org) or [Artifactory](https://jfrog.com/artifactory) by creating a new release on GitHub
2420
- Testing and coverage with [pytest](https://docs.pytest.org/en/7.1.x/) and [codecov](https://about.codecov.io/)
2521
- Documentation with [MkDocs](https://www.mkdocs.org/)
2622
- Compatibility testing for multiple versions of Python with [Tox](https://tox.wiki/en/latest/)
2723
- Containerization with [Docker](https://www.docker.com/)
24+
- Development environment with [VSCode devcontainers](https://code.visualstudio.com/docs/devcontainers/containers)
2825

2926
---
3027

docs/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,13 @@ This is a modern Cookiecutter template that can be used to initiate a Python pro
2020
- [Poetry](https://python-poetry.org/) for dependency management
2121
- CI/CD with [GitHub Actions](https://github.com/features/actions)
2222
- Pre-commit hooks with [pre-commit](https://pre-commit.com/)
23-
- Code quality with:
24-
- [ruff](https://github.com/charliermarsh/ruff)
25-
- [mypy](https://mypy.readthedocs.io/en/stable/)
26-
- [deptry](https://github.com/fpgmaas/deptry/)
27-
- [prettier](https://prettier.io/)
23+
- Code quality with [ruff](https://github.com/charliermarsh/ruff), [mypy](https://mypy.readthedocs.io/en/stable/), [deptry](https://github.com/fpgmaas/deptry/) and [prettier](https://prettier.io/)
2824
- Publishing to [Pypi](https://pypi.org) or [Artifactory](https://jfrog.com/artifactory) by creating a new release on GitHub
2925
- Testing and coverage with [pytest](https://docs.pytest.org/en/7.1.x/) and [codecov](https://about.codecov.io/)
3026
- Documentation with [MkDocs](https://www.mkdocs.org/)
3127
- Compatibility testing for multiple versions of Python with [Tox](https://tox.wiki/en/latest/)
3228
- Containerization with [Docker](https://www.docker.com/)
29+
- Development environment with [VSCode devcontainers](https://code.visualstudio.com/docs/devcontainers/containers)
3330

3431
An example of a repository generated with this package can be found [here](https://github.com/fpgmaas/cookiecutter-poetry-example).
3532

0 commit comments

Comments
 (0)