From 12a095f038f948b29ab6ee83b5e659dc1d55f5a5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 4 Apr 2018 15:09:34 -0700 Subject: [PATCH] Update `language-version` => `language_version` (#106) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2