File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ An evolving Python project template that covers the full development lifecycle.
13
13
[ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/ss-python )] ( https://pypi.org/project/ss-python/ )
14
14
[ ![ GitHub] ( https://img.shields.io/github/license/serious-scaffold/ss-python )] ( https://github.com/serious-scaffold/ss-python/blob/main/LICENSE )
15
15
16
+ [ ![ pdm-managed] ( https://img.shields.io/badge/pdm-managed-blueviolet )] ( https://pdm-project.org )
16
17
[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit )] ( https://github.com/pre-commit/pre-commit )
17
18
[ ![ Checked with mypy] ( https://www.mypy-lang.org/static/mypy_badge.svg )] ( http://mypy-lang.org/ )
18
19
[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] ( https://github.com/astral-sh/ruff )
19
20
[ ![ Conventional Commits] ( https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white )] ( https://conventionalcommits.org )
20
21
[ ![ Pydantic v2] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/5697b1e4c4a9790ece607654e6c02a160620c7e1/docs/badge/v2.json )] ( https://pydantic.dev )
22
+ [ ![ Copier] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json )] ( https://github.com/copier-org/copier )
21
23
[ ![ Serious Scaffold Python] ( https://img.shields.io/endpoint?url=https://serious-scaffold.github.io/ss-python/_static/badges/logo.json )] ( https://serious-scaffold.github.io/ss-python )
22
24
[ ![ Open in Dev Containers] ( https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode )] ( https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/serious-scaffold/ss-python )
23
25
Original file line number Diff line number Diff line change 17
17
[](https://pypi.org/project/{{ package_name }}/)
18
18
{{ license_badge() }}
19
19
20
+ [](https://pdm-project.org)
20
21
[](https://github.com/pre-commit/pre-commit)
21
22
[](http://mypy-lang.org/)
22
23
[](https://github.com/astral-sh/ruff)
23
24
[](https://conventionalcommits.org)
24
25
[](https://pydantic.dev)
26
+ [](https://github.com/copier-org/copier)
25
27
{{ logo_badge() }}
26
28
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://{{ repo_url() }})
27
29
You can’t perform that action at this time.
0 commit comments