From: Aviskar KC Date: Thu, 6 Jun 2019 07:33:09 +0000 (+0545) Subject: Add link to the pyproject.toml for setting up pre-commit hook (#885) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d410763d8d4f5874113c9ad32edd9354c4e5589a?ds=inline;pf=etc Add link to the pyproject.toml for setting up pre-commit hook (#885) --- diff --git a/README.md b/README.md index 76b7d7c..c9039aa 100644 --- a/README.md +++ b/README.md @@ -910,7 +910,7 @@ 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` +behave consistently for your project. See *Black*'s own [pyproject.toml](/pyproject.toml) for an example. If you're already using Python 3.7, switch the `language_version`