Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 359 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 359 Bytes

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