# Branches
All PRs should be made against the `devel` branch.
# `black`
Be sure to run
black --line-length=79 <python_file>
after editing any Python file.