parallelformers
relies onblack
andisort
to format its docs code consistently. After you make changes, format them with:
$ make style
parallelformers
usesflake8
to check for coding mistakes. You can run the checks with:
$ make quality
parallelformers
relies on black
and isort
to format its docs code consistently. After you make changes, format them with:$ make style
parallelformers
uses flake8
to check for coding mistakes. You can run the checks with:$ make quality