Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 321 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 321 Bytes

Contribution guide

Make sure to add a description when creating pull requests.

Installing locally

python -m pip install -e .[dev]

Validating with Pylint

python -m pylint ./discord/ext/prometheus

Formatting the Code with Black

python -m black ./discord/ext/prometheus