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