Skip to content

Contributing

Vladyslav Moisieienkov edited this page Oct 1, 2021 · 5 revisions

Some examples of possible content:

  • open issue => discuss => open PR => review
  • commit message style, wording style

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