Confirmed users
132
edits
Bebef 1987 (talk | contribs) No edit summary |
|||
Line 711: | Line 711: | ||
For more information, please reach out to :jlorenzo or :mhentges in #cia | For more information, please reach out to :jlorenzo or :mhentges in #cia | ||
== Code formatting on Raptor == | |||
As Raptor is a Mozilla project we fallow the general Python coding style: | |||
* https://firefox-source-docs.mozilla.org/tools/lint/coding-style/coding_style_python.html | |||
[https://github.com/psf/black/ black]is the tool used to reformat the Python code. |