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 dcc6cbe commit fa1b0f0Copy full SHA for fa1b0f0
docs/contributing.rst
@@ -103,7 +103,7 @@ Style
103
The Django Debug Toolbar uses `black <https://github.com/psf/black>`__ to
104
format code and additionally uses flake8 and isort. The toolbar uses
105
`pre-commit <https://pre-commit.com>`__ to automatically apply our style
106
-guidelines when a commit is made. Set up pre-commit before committing with:
+guidelines when a commit is made. Set up pre-commit before committing with::
107
108
$ pre-commit install
109
0 commit comments