This is my own python general project template for my personal projects.
- Python
- Poetry
- Formatters: autopep8, ruff, isort
- Linters: flake8, pylint, wps, ruff
- Type checker: mypy
- pre-commit
- Dockerfile
cookiecutter git@github.com:vodkar/inception.git- Revise
pyproject.toml. Remove development dependencies, which you don't need to use - Revise
.pre-commit-config.yaml, remove hooks which you don't need to use