Contributing to Parallelformers¶
Style check guide¶
parallelformers
relies onblack
andisort
to format its docs code consistently. After you make changes, format them with:
$ make style
Quality check guide¶
parallelformers
usesflake8
to check for coding mistakes. You can run the checks with:
$ make quality