Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 217 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 217 Bytes

Contributing guide


To install requirements

make install

To fix requirements

make reqs-fix

To fix imports, formatting

make black-fix

To check - must run before pushing

make check