X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/41e670064063e3e221b1c3c40db5aaae784b5231..911470a610e47d9da5ea938b0887c3df62819b85:/docs/integrations/source_version_control.md diff --git a/docs/integrations/source_version_control.md b/docs/integrations/source_version_control.md index 220f429..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.8b0 + rev: 21.9b0 hooks: - id: black language_version: python3 # Should be a command that runs python3.6+