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.
make autoformat
1 parent db24276 commit 0473e87Copy full SHA for 0473e87
Doc/contributing.rst
@@ -102,6 +102,17 @@ Specify a different one using, for example::
102
103
Notable targets are:
104
105
+``make autoformat``
106
+ Automatically re-formats C and Python code to conform to Python style
107
+ guides (`PEP 7`_ and `PEP 8`_).
108
+ Note that no backups are made – please commit any other changes before
109
+ using this target.
110
+
111
+ Requires the ``indent`` program and the ``autopep8`` Python module.
112
113
+.. _PEP 7: https://www.python.org/dev/peps/pep-0007/
114
+.. _PEP 8: https://www.python.org/dev/peps/pep-0008/
115
116
``make lcov lcov-open``
117
Generate and view test coverage for C code.
118
Requires LCOV_.
0 commit comments