Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 228 Bytes

STYLEGUIDE.md

File metadata and controls

9 lines (5 loc) · 228 Bytes

Styleguide

Python

All python scripts must be formatted with yapf and checked for errors and pep8 with flake8.

Bash

All shell scripts must be formatted with shfmt -i2 -ci and be syntax checked via shellcheck.