This repository contains recent analysis for the Chad Anticipatory Action drought framework. For previous analysis see the pa-anticipatory-action repo.
All code is formatted according to black and flake8 guidelines. The repo is set-up to use pre-commit. Before you start developing in this repository, you will need to run
pre-commit install
The markdownlint
hook will require
Ruby
to be installed on your computer.
You can run all hooks against all your files using
pre-commit run --all-files