Reduce the number of Makefiles in 'src/plugins/text'
[babeltrace.git] / CONTRIBUTING.adoc
index a99fae13e0bbf35783d44e360d2e50beffbfe580..5435ff6efa1cb76474c9cd7c2113738a79512613 100644 (file)
@@ -1948,3 +1948,13 @@ private:
 #endif // BABELTRACE_BABY_HPP
 ----
 ====
+
+== Python Usage
+
+=== Formatting
+
+All Python code must be formatted using the version of
+https://github.com/psf/black[Black] specified in `dev-requirements.txt`.
+
+All Python imports must be sorted using the version of
+https://pycqa.github.io/isort/[isort] indicated in `dev-requirements.txt`.
This page took 0.034302 seconds and 4 git commands to generate.