Python Coding style — Firefox Source Docs documentation (original) (raw)

Firefox Source Docs

Coding style

Black is the tool used to reformat the Python code.

Linting

The Python linting is done by Flake8 and pylintThey are executed by mozlint both at review phase and in the CI.

Indentation

Four spaces in Python code.

Makefile/moz.build practices

Other advice