Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 507 Bytes

format.md

File metadata and controls

10 lines (7 loc) · 507 Bytes

System tests code is in python, and is linted/formated using mypy, black and pylint.

Ensure you meet the other pre-reqs in README.md Then, run the linter with:

./format.sh

Any library app code (that is, code written in Java, Golang, .NET, etc in weblog or parametric apps) will need to be formatted using that library's formatter.