Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 224 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 224 Bytes

Code-Formatting

Install the pre-commit tool

$ pip install pipenv
$ pre-commit install

for auto code-formatting at every commit. Or trigger it manually for all files:

$ pre-commit run --all-files