- Install poetry
- Adjust
pyproject.toml
andREADME.md
to suit your needs (for example, add an actual project name and author) - Run
poetry install
- Activate the virtual environment:
poetry shell
- Install pre-commit hooks:
pre-commit install
- Enjoy.
My Python project template with heavy linting
Repository from Github https://github.comNChechulin/python-template
pyproject.toml
and README.md
to suit your needs (for example, add an actual project name and author)poetry install
poetry shell
pre-commit install
My Python project template with heavy linting
MIT License