X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/8b0680533420c2ea367860fcbb08df99317a6b44..911470a610e47d9da5ea938b0887c3df62819b85:/docs/integrations/source_version_control.md?ds=inline diff --git a/docs/integrations/source_version_control.md b/docs/integrations/source_version_control.md index e148248..b07796f 100644 --- a/docs/integrations/source_version_control.md +++ b/docs/integrations/source_version_control.md @@ -7,7 +7,7 @@ Use [pre-commit](https://pre-commit.com/). Once you ```yaml repos: - repo: https://github.com/psf/black - rev: 21.7b0 + rev: 21.9b0 hooks: - id: black language_version: python3 # Should be a command that runs python3.6+