Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 218 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 218 Bytes

Contributing to NequIP

Code style

We use the black code formatter with default settings and the flake8 linter with settings:

--ignore=E501,W503,E203