X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/09f5ee3a19f4274bb848324867bd8e68724cf851..1445bea97edee472e053f00010cb378f4b51e1c4:/black.py diff --git a/black.py b/black.py index 21e3743..e899f7f 100644 --- a/black.py +++ b/black.py @@ -43,8 +43,9 @@ from blib2to3 import pygram, pytree from blib2to3.pgen2 import driver, token from blib2to3.pgen2.parse import ParseError -__version__ = "18.4a2" +__version__ = "18.4a3" DEFAULT_LINE_LENGTH = 88 + # types syms = pygram.python_symbols FileContent = str