@@ -18,7 +18,7 @@ cookiecutter gh:juftin/cookiecutter-python
1818- [ hatch] for managing the project's virtual environment and development tools
1919- [ ruff] for code formatting and linting
2020- [ mypy] for type checking
21- - [ pip-tools ] for dependency management + lockfile
21+ - [ hatch- pip-compile ] for dependency management + lockfiles
2222- [ pre-commit] for managing git hooks
2323- [ GitHub Actions] for CI/CD
2424- [ MkDocs] and [ mkdocs-material] for documentation
@@ -83,23 +83,24 @@ hatch run docs:serve
8383```
8484
8585Once the server is running, you can view the documentation at
86- [ localhost:8080/contributing] .
86+ [ localhost:8080/contributing] or see a preview at [ juftin.com/cookiecutter-python/contributing ] .
8787
88- [ pre-commit ] : https://pre-commit.com/
89- [ gitmoji ] : https://gitmoji.dev/
88+ [ pre-commit ] : https://github.com/ pre-commit/pre-commit
89+ [ gitmoji ] : https://gitmoji.dev
9090[ semantic-release ] : https://github.com/semantic-release/semantic-release
9191[ Cookiecutter ] : https://github.com/cookiecutter/cookiecutter
92- [ hatch ] : https://hatch. pypa.io/latest/
93- [ MkDocs ] : https://www. mkdocs.org/
94- [ mkdocs-material ] : https://squidfunk. github.io/ mkdocs-material/
92+ [ hatch ] : https://github.com/ pypa/hatch
93+ [ MkDocs ] : https://github.com/ mkdocs/mkdocs
94+ [ mkdocs-material ] : https://github.com/squidfunk/ mkdocs-material
9595[ Github Actions ] : https://github.com/features/actions
9696[ Github Pages ] : https://pages.github.com/
9797[ juftin ] : https://github.com/juftin
98- [ pipx ] : https://pypa. github.io/pipx/
98+ [ pipx ] : https://github.com/pypa/pipx
9999[ PyPI ] : https://pypi.org/
100100[ Docker Hub ] : https://hub.docker.com/
101- [ pip-tools ] : https://pip-tools.readthedocs.io/en/latest/
101+ [ hatch- pip-compile ] : https://github.com/juftin/hatch-pip-compile
102102[ GitHub CLI ] : https://cli.github.com/
103103[ localhost:8080/contributing ] : http://localhost:8080/contributing
104- [ ruff ] : https://docs.astral.sh/ruff/
105- [ mypy ] : https://mypy.readthedocs.io/
104+ [ ruff ] : https://github.com/astral/ruff/
105+ [ mypy ] : https://github.com/python/mypy
106+ [ juftin.com/cookiecutter-python/contributing ] : https://juftin.com/cookiecutter-python/contributing/
0 commit comments