]> 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:

18.6b3
authorŁukasz Langa <lukasz@langa.pl>
Wed, 20 Jun 2018 19:00:07 +0000 (12:00 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 20 Jun 2018 19:00:07 +0000 (12:00 -0700)
black.py
pyproject.toml

index f1b1c3003e78f09b5a76a8d949cdc4e9965be777..0da2fad34a98422e732415776e893d98916209cf 100644 (file)
--- a/black.py
+++ b/black.py
@@ -46,7 +46,7 @@ from blib2to3.pgen2 import driver, token
 from blib2to3.pgen2.parse import ParseError
 
 
-__version__ = "18.6b2"
+__version__ = "18.6b3"
 DEFAULT_LINE_LENGTH = 88
 DEFAULT_EXCLUDES = (
     r"/(\.git|\.hg|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist)/"
index 6ed44998e6999902a51a4598b5f5a43fee6d6111..4e1ed972b133144fb165c7682572c53fc60e3d64 100644 (file)
@@ -33,7 +33,7 @@ exclude = '''
 
 [tool.poetry]
 name = "black"
-version = "18.6b2"
+version = "18.6b3"
 description = "The uncompromising code formatter."
 readme = "README.md"
 # FIXME: use proper Unicode below when new `pip` comes out with a fix for