Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 726 Bytes

Template for Python project

You will get:

  • pre-commit hooks with ruff and black
  • pytest with coverage
  • GitHub integration
  • Configuration for all the above-mentioned tools, that are not conflicting

How to start

Execute a command where you want to start a project, it will create a top-level directory.

cookiecutter https://github.com/Cjkjvfnby/project_template

How to work with it

It's designed to pull all things you need into a single template. The idea is that to configure your project, you will have to remove some things rather than add them.