v19.3b0
This commit is contained in:
parent
129ebd53a6
commit
026c81b834
2
black.py
2
black.py
@ -49,7 +49,7 @@
|
||||
from blib2to3.pgen2.parse import ParseError
|
||||
|
||||
|
||||
__version__ = "18.9b0"
|
||||
__version__ = "19.3b0"
|
||||
DEFAULT_LINE_LENGTH = 88
|
||||
DEFAULT_EXCLUDES = (
|
||||
r"/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/"
|
||||
|
@ -35,7 +35,7 @@ exclude = '''
|
||||
|
||||
[tool.poetry]
|
||||
name = "black"
|
||||
version = "18.9b0"
|
||||
version = "19.3b0"
|
||||
description = "The uncompromising code formatter."
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
Loading…
Reference in New Issue
Block a user