Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 538 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 538 Bytes

Pre-requisite

Developing

  1. Add any new source file (extension .py) to the list of files to be checked in noxfile.py
  2. Run black on the repo with nox -rs black to format the code
  3. Run nox on the root of the repo

Rules

nox will run the following: