cookiecutter-python-app
cookiecutter-python-app copied to clipboard
Cookiecutter template for a Python application project.
Enable default WARN log level while adding support for property-less config file. * Remove default from argparse `--warn`. * Add NoneGuard to `logger.start()`. * Enables default behaviour when given `level=None`....
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. pytest 8.0.0 (2024-01-27) See 8.0.0rc1 and 8.0.0rc2 for the full changes since pytest 7.4!...
First of all, thank you for the cookiecutter template! I have one question about cli.py: Should the default for `args.config` not be a list? If I'm not mistaken, `parser.add_argument("-c", "--config",...