Skip to content

Contributing

Marco Vidal García edited this page Oct 1, 2021 · 5 revisions

Some examples of possible content:

  • open issue => discuss => open PR => review
  • commit message style, wording style
  • Code review process (we don't require changes in PR to prevent blockage, at least one approval to merge)
  • Black formatter (version black==19.10b0)

Python code style

Imports

Keep the following import order separated with an empty space:

  1. Python built-in modules
  2. External dependency modules
  3. Local imports