cookiecutter-hypermodern-python icon indicating copy to clipboard operation
cookiecutter-hypermodern-python copied to clipboard

Hypermodern Python Cookiecutter

Results 136 cookiecutter-hypermodern-python issues
Sort by recently updated
recently updated
newest added
trafficstars

It is no longer needed to make long-living API tokens and store them as secrets. Now that PyPI supports trusted publishing through OIDC, it's best to stop prompting people to...

Adding this mainly as doc in case anyone else runs into the issue: the `docs-build` nox session fails with the below error on Ubuntu: ``` ValueError: ZoneInfo keys may not...

Just a heads up that by default, safety errors out because of vulnerabilities in tornado (required by livereload, which is required by sphinx-autobuild). https://pyup.io/v/59071/f17/ indicates tornado 6.3.2 is required to...

Do you have any opinion on managing poetry and Python monorepo projects? On yarn, they got the great yarn changeset project: https://github.com/changesets/changesets I wonder if you have any opinion on...

If for example a PR is raised with only changes made to the docs then there's no need to run the `tests` workflow. A few lines can be added to...

Hi, thank you for the great cookie cutter! I recently started using it. I think I setup the readthedocs following https://cookiecutter-hypermodern-python.readthedocs.io/en/2022.6.3.post1/guide.html , however, the readthedocs is not triggered automatically on...

As of poetry version `1.something` the new way to declare dependencies is in groups, see [here](https://python-poetry.org/docs/managing-dependencies/#dependency-groups). This also makes it easier to install just the relevant dependencies in github actions...

.github/workflows/constraints.txt pins _pip_, _poetry_, _virtualenv_, _nox_, and _nox-poetry_ but not _pipx_. _pipx_ is the main installer for GA tests, and it has been running at whatever version GA setup-python gives....

Hey guys, I am running into an issue with the latest release. I can't update the dependencies without disabling some sphinx-dependencies. The culprit seems to be the `sphinxcontrib.applehelp` dependency. Maybe...