From 915ebfcf7cabdf0e7e0074b24441c05093286050 Mon Sep 17 00:00:00 2001 From: Yazdan Date: Sat, 18 Jan 2020 18:49:54 +0330 Subject: [PATCH] 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 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7897149..cd4a475 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.39.2