We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4abb10 commit 6be7224Copy full SHA for 6be7224
docs/source/developer-workflow.rst
@@ -103,6 +103,13 @@ If you prefer to run the tests using a headless browser:
103
nox -s test -- pytest[--headless]
104
105
106
+Code Style
107
+----------
108
+
109
+Under construction... in the meantime though, we use
110
+`Black <https://github.com/psf/black>` to format our code.
111
112
113
Building The Documentation
114
--------------------------
115
0 commit comments