wolt-python-package-cookiecutter icon indicating copy to clipboard operation
wolt-python-package-cookiecutter copied to clipboard

Cookiecutter for rapidly creating modern & high-quality Python packages

Results 11 wolt-python-package-cookiecutter issues
Sort by recently updated
recently updated
newest added

Pre-commit is up to `4.3.0` from `4.0.1` (can usually run pre-commit autoupdate) Also just a few suggestions for good things to have for most repos: ``` # Identify invalid files...

The tests directory isn't a Python package and shouldn't be imported. Don't have any `__init__.py` files there.

Hi, In [your article](https://blog.wolt.com/engineering/2021/09/30/professional-grade-mypy-configuration/) and this project, a few MyPy configurations are setuped. I wonder why [MyPy strict](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict) is not replacing some of them? For instance, MyPy version 0.942 defines...

If I clone the cookie cutter and upload it as is, the build failed. This has to do with the testing directory. I added a`test_noop.py` unit test and then it...

Hey there! This cookie cutter is fantastic. I have a blog that I host via Github pages: https://deychak.github.io/. I noticed the template wants to put documentation where my blog is...

I came across an issue where the default flake8 ignore codes were not ignored. Referring to the docs, ignore overrides the default list which includes: E121,E123,E126,E226,E24,E704,W503,W504. The alternative is to...

Fixes a spelling error in the filename.

Add a variable for supported python versions, removing the need to specify them in multiple places.

My company uses gitlab, any chance you can add support for gitlab? pretty please 🙏