stockquotes/CONTRIBUTING.md

10 lines
162 B
Markdown
Raw Normal View History

2021-12-04 19:00:34 -08:00
# Branches
All PRs should be made against the `devel` branch.
2020-04-20 08:36:16 -07:00
# `black`
Be sure to run
black --line-length=79 <python_file>
after editing any Python file.