From: Anthony Sottile Date: Wed, 4 Apr 2018 22:09:34 +0000 (-0700) Subject: Update `language-version` => `language_version` (#106) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/12a095f038f948b29ab6ee83b5e659dc1d55f5a5 Update `language-version` => `language_version` (#106) --- diff --git a/README.md b/README.md index dac918e..f014895 100644 --- a/README.md +++ b/README.md @@ -369,13 +369,13 @@ repos: hooks: - id: black args: [--line-length=88, --safe] - python-version: python3.6 + python_version: python3.6 ``` Then run `pre-commit install` and you're ready to go. `args` in the above config is optional but shows you how you can change the line length if you really need to. If you're already using Python -3.7, switch the `python-version` accordingly. Finally, `stable` is a tag +3.7, switch the `python_version` accordingly. Finally, `stable` is a tag that is pinned to the latest release on PyPI. If you'd rather run on master, this is also an option.