To install the required packages, run the following command in the terminal (!You have to first create the environment.yml!):
conda env create -f environment.yml
conda activate smoke
This repository uses pre-commit to run some checks before each commit. !You have to first create the .pre-commit-config.yaml!
To install pre-commit, run:
pre-commit install
To run the checks manually, run:
pre-commit run --all-files