10 lines
162 B
Markdown
10 lines
162 B
Markdown
# 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.
|