Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 933 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 933 Bytes

Chad Anticipatory Action: drought

Generic badge

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

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