]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

prepare release 21.11b0 (#2616)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 17 Nov 2021 02:30:19 +0000 (18:30 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 02:30:19 +0000 (18:30 -0800)
CHANGES.md
docs/integrations/source_version_control.md
docs/usage_and_configuration/the_basics.md

index 4e99c9478f1cc151e67774681345330f3d1c617a..cd1df15a15a001b15928a1943015fe8cf9c01eef 100644 (file)
@@ -1,6 +1,6 @@
 # Change Log
 
-## _Unreleased_
+## 21.11b0
 
 ### _Black_
 
index cf0ef1dfed993ea9ebf2c68a8b196d5d6b583a09..58e3e6955220c00d82db15c8ad80e78dcef38f2b 100644 (file)
@@ -7,7 +7,7 @@ Use [pre-commit](https://pre-commit.com/). Once you
 ```yaml
 repos:
   - repo: https://github.com/psf/black
-    rev: 21.10b0
+    rev: 21.11b0
     hooks:
       - id: black
         # It is recommended to specify the latest version of Python
index 533c213a4da813d5b36cfa97ab3ce9a55d125b77..bffc45fddb128790534cde773df1fce268031633 100644 (file)
@@ -173,7 +173,7 @@ You can check the version of _Black_ you have installed using the `--version` fl
 
 ```console
 $ black --version
-black, version 21.10b0
+black, version 21.11b0
 ```
 
 An option to require a specific version to be running is also provided.