From: Antek S <3324881+bluefish6@users.noreply.github.com> Date: Tue, 27 Oct 2020 10:52:19 +0000 (+0100) Subject: Update readme.md with current version (#1788) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/989ea69bd1d0a02aa6c5794d941c122f7b4958b4 Update readme.md with current version (#1788) * Update readme.md with current version * Update version_control_integration.md --- diff --git a/README.md b/README.md index 4747281..d34ce14 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ Use [pre-commit](https://pre-commit.com/). Once you ```yaml repos: - repo: https://github.com/psf/black - rev: 19.10b0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ diff --git a/docs/version_control_integration.md b/docs/version_control_integration.md index 25dac30..2d8bc17 100644 --- a/docs/version_control_integration.md +++ b/docs/version_control_integration.md @@ -9,7 +9,7 @@ Use [pre-commit](https://pre-commit.com/). Once you ```yaml repos: - repo: https://github.com/psf/black - rev: 19.10b0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 20.8b1 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+