Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 384 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (10 loc) · 384 Bytes

Contributing

Contributions are always welcome, no matter how large or small!

Formatting

Your code should be formatted using Black and isort.

To automatically format your code you can use pre-commit.

To manually format your code you can run the following commands:

$ python3 -m black ./
$ python3 -m isort ./ --settings-path ./.isort.cfg