This commit is contained in:
Łukasz Langa 2018-06-20 12:00:07 -07:00
parent c2327c83b2
commit 98b6c887da
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
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)/"

View 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