Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 221 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (6 loc) · 221 Bytes

Python code style

black

We use black code formatter.

  • Revision: 20.8b1 or branch stable.
  • See configuration in pyproject.toml.

Run before each commit: black .