We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We use Black. Please cede formatting control to Black.
Please ensure that you are using the version of black in the requirements files. Check your version with black --version.
black --version
To format a single file:
black file.py
To format all .py files in the current directory:
black ./
https://black.readthedocs.io/en/stable/editor_integration.html
Docstring at the top
Module imports
Class definition
Function definition
Version definition