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
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,13 @@ This is a modern Cookiecutter template that can be used to initiate a Python pro
15
15
-[Poetry](https://python-poetry.org/) for dependency management
16
16
- CI/CD with [GitHub Actions](https://github.com/features/actions)
17
17
- 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/)
23
19
- Publishing to [Pypi](https://pypi.org) or [Artifactory](https://jfrog.com/artifactory) by creating a new release on GitHub
24
20
- Testing and coverage with [pytest](https://docs.pytest.org/en/7.1.x/) and [codecov](https://about.codecov.io/)
25
21
- Documentation with [MkDocs](https://www.mkdocs.org/)
26
22
- Compatibility testing for multiple versions of Python with [Tox](https://tox.wiki/en/latest/)
27
23
- Containerization with [Docker](https://www.docker.com/)
24
+
- Development environment with [VSCode devcontainers](https://code.visualstudio.com/docs/devcontainers/containers)
Copy file name to clipboardExpand all lines: docs/index.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,13 @@ This is a modern Cookiecutter template that can be used to initiate a Python pro
20
20
-[Poetry](https://python-poetry.org/) for dependency management
21
21
- CI/CD with [GitHub Actions](https://github.com/features/actions)
22
22
- 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/)
28
24
- Publishing to [Pypi](https://pypi.org) or [Artifactory](https://jfrog.com/artifactory) by creating a new release on GitHub
29
25
- Testing and coverage with [pytest](https://docs.pytest.org/en/7.1.x/) and [codecov](https://about.codecov.io/)
30
26
- Documentation with [MkDocs](https://www.mkdocs.org/)
31
27
- Compatibility testing for multiple versions of Python with [Tox](https://tox.wiki/en/latest/)
32
28
- Containerization with [Docker](https://www.docker.com/)
29
+
- Development environment with [VSCode devcontainers](https://code.visualstudio.com/docs/devcontainers/containers)
33
30
34
31
An example of a repository generated with this package can be found [here](https://github.com/fpgmaas/cookiecutter-poetry-example).
0 commit comments