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.
2 parents 5f8d733 + c694f8a commit e7b3cd9Copy full SHA for e7b3cd9
docs/_09_development/_develop_guide/_develop_guide/_develop_new_pkg.rst
@@ -334,7 +334,7 @@ and launched over the ``.py`` files by running:
334
.. code-block:: bash
335
336
for file in $(find <path/to/package/directory> -name "*.py"); do
337
- python-lint "$file"
+ docformatter --in-place "$file"
338
done
339
340
This may NOT fix all the errors, but it will eliminate some of them.
0 commit comments