18.6b3
This commit is contained in:
parent
c2327c83b2
commit
98b6c887da
2
black.py
2
black.py
@ -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)/"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user