Anticipatory action framework for drought in Chad
# Chad Anticipatory Action: drought
## Overview
This repository contains recent analysis for the
Chad Anticipatory Action drought framework.
For previous analysis see the pa-anticipatory-action repo.
## Development
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
```shell
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
```shell
pre-commit run --all-files
```