Skip to content

Commit

Permalink
change pyproject.toml relative path to absolute path in README.md (#1152
Browse files Browse the repository at this point in the history
)

because in the readthedocs hosted version this pyproject.toml will route to readthedocs does not exist page
  • Loading branch information
yzdann authored and JelleZijlstra committed Jan 18, 2020
1 parent 70af20e commit 915ebfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -900,7 +900,9 @@ Then run `pre-commit install` and you're ready to go.

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

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

0 comments on commit 915ebfc

Please sign in to comment.