Skip to content

Commit 19fabe5

Browse files
authored
Fix link to pre-commit homepage (#1589)
1 parent ec6c6d6 commit 19fabe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Style
102102

103103
The Django Debug Toolbar uses `black <https://github.com/psf/black>`__ to
104104
format code and additionally uses flake8 and isort. The toolbar uses
105-
`pre-commit <https://pre-commit>`__ to automatically apply our style guidelines
106-
when a commit is made. Set up pre-commit before committing with:
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:
107107

108108
$ pre-commit install
109109

0 commit comments

Comments
 (0)