Skip to content

Commit 915ebfc

Browse files
yzdannJelleZijlstra
authored andcommitted
change pyproject.toml relative path to absolute path in README.md (#1152)
because in the readthedocs hosted version this pyproject.toml will route to readthedocs does not exist page
1 parent 70af20e commit 915ebfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,9 @@ Then run `pre-commit install` and you're ready to go.
900900

901901
Avoid using `args` in the hook. Instead, store necessary configuration in
902902
`pyproject.toml` so that editors and command-line usage of Black all behave consistently
903-
for your project. See _Black_'s own [pyproject.toml](/pyproject.toml) for an example.
903+
for your project. See _Black_'s own
904+
[pyproject.toml](https://github.com/psf/black/blob/master/pyproject.toml) for an
905+
example.
904906

905907
If you're already using Python 3.7, switch the `language_version` accordingly. Finally,
906908
`stable` is a tag that is pinned to the latest release on PyPI. If you'd rather run on

0 commit comments

Comments
 (0)