Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 323 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 323 Bytes

HOPE Code Conventions

These conde conventions are intended to be used with nitpick.

How to use it:

In your pyproject.toml put this:

    [tool.nitpick]
    style = [
        "github://unicef/hope-code-conventions@main/django.toml"
    ]
    cache = "1 day"