Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 776 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) · 776 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

Debugging

You should be able to have a more descriptive trace in the code by using the @logger.catch decorator (see documentation)

Rules

nox will run the following: