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.
1 parent 6805996 commit 4a58fdfCopy full SHA for 4a58fdf
docs/devguide.rst
@@ -74,7 +74,7 @@ The procedure for submitting a PR is the following.
74
Style guide
75
===========
76
77
-Please run `black -180 <path_to_source_file>` to auto-format your code.
+Please run `black -l 180 <path_to_source_file>` to auto-format your code.
78
79
The command ``invoke lint`` runs the entire codebase through ``flake8``.
80
As described in the `docs <https://flake8.pycqa.org/en/latest/manpage.html>`_,
0 commit comments