Contributing to Parallelformers

Style check guide

  • parallelformers relies on black and isort to format its docs code consistently. After you make changes, format them with:

$ make style

Quality check guide

  • parallelformers uses flake8 to check for coding mistakes. You can run the checks with:

$ make quality