Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 279 Bytes

style.md

File metadata and controls

7 lines (5 loc) · 279 Bytes

Style

PyVet uses Black for code formatting, this should be automatically triggered for you when you try and commit (once you install precommit that is).

Check out the code base and follow the same style for things like naming conventions (snake_case) and comments (numpy).