Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 617 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 617 Bytes

Project Template

Description

Installation

  1. Install the dependencies:

    pip install -r requirements.txt
  2. Set up the pre-commit hooks:

    pre-commit install

    Make sure you have the .pre-commit-config.yaml file set up in your project root.

Contribution

All kinds of contributions are welcome, e.g. adding more tools, better practices, discussions on trade-offs. Make sure to add any external dependencies to the requirements.txt file. If you add a new dependency, please make sure to add it to the requirements.txt file.