|
65 | 65 | "bitbucket-pipelines": ("https://support.atlassian.com/bitbucket-cloud/docs/get-started-with-bitbucket-pipelines/%s", None), |
66 | 66 | "black": ("https://black.readthedocs.io/%s", None), |
67 | 67 | "build": ("https://pypa-build.readthedocs.io/%s", None), |
| 68 | + "cobertura": ("https://cobertura.github.io/cobertura/xml.html%s", None), |
68 | 69 | "commitizen": ("https://commitizen-tools.github.io/commitizen/%s", None), |
| 70 | + "conventional-commits": ("https://www.conventionalcommits.org/en/v1.0.0/%s", None), |
69 | 71 | "coverage.py": ("https://coverage.readthedocs.io/%s", None), |
70 | 72 | "cruft": ("https://cruft.github.io/cruft/%s", None), |
71 | 73 | "docker-compose": ("https://docs.docker.com/compose/%s", None), |
72 | 74 | "docker": ("https://docs.docker.com/%s", None), |
| 75 | + "docker-install": ("https://docs.docker.com/engine/install/%s", None), |
73 | 76 | "flake8": ("https://flake8.pycqa.org/%s", None), |
74 | 77 | "flit": ("https://flit.pypa.io/%s", None), |
75 | 78 | "github-actions": ("https://docs.github.com/en/actions/%s", None), |
|
79 | 82 | "helm": ("https://helm.sh/%s", None), |
80 | 83 | "invoke": ("https://www.pyinvoke.org/%s", None), |
81 | 84 | "isort": ("https://pycqa.github.io/isort/%s", None), |
| 85 | + "junit": ("https://llg.cubic.org/docs/junit/%s", None), |
82 | 86 | "just": ("https://just.systems/%s", None), |
83 | 87 | "maturin": ("https://maturin.rs/%s", None), |
84 | 88 | "mkdocs": ("https://www.mkdocs.org/%s", None), |
|
90 | 94 | "pip": ("https://pip.pypa.io/%s", None), |
91 | 95 | "pip-tools": ("https://pip-tools.readthedocs.io/%s", None), |
92 | 96 | "podman": ("https://podman.io/%s", None), |
| 97 | + "podman-install": ("https://podman.io/docs/installation/%s", None), |
93 | 98 | "poethepoet": ("https://github.com/nat-n/poethepoet/%s", None), |
94 | 99 | "poetry": ("https://python-poetry.org/%s", None), |
95 | 100 | "pre-commit": ("https://pre-commit.com/%s", None), |
96 | 101 | "pydocstyle": ("https://www.pydocstyle.org/%s", None), |
97 | 102 | "pylint": ("https://pylint.pycqa.org/%s", None), |
| 103 | + "pypi-trusted-publishers": ("https://docs.pypi.org/trusted-publishers/%s", None), |
98 | 104 | "pyright": ("https://github.com/microsoft/pyright/%s", None), |
99 | 105 | "pytest": ("https://docs.pytest.org/%s", None), |
100 | 106 | "pytest-pytest-cov": ("https://pytest-cov.readthedocs.io/%s", None), |
|
108 | 114 | "tox": ("https://tox.readthedocs.io/%s", None), |
109 | 115 | "twine": ("https://twine.readthedocs.io/%s", None), |
110 | 116 | "uv": ("https://docs.uv.dev/%s", None), |
| 117 | + "uv-install": ("https://docs.astral.sh/uv/installation/%s", None), |
111 | 118 | "venv": ("https://docs.python.org/3/library/venv%s", None), |
112 | 119 | "virtualenv": ("https://virtualenv.pypa.io/%s", None), |
113 | 120 | "yapf": ("https://github.com/google/yapf/%s", None) |
|
0 commit comments