This commit is contained in:
Łukasz Langa 2019-03-14 18:09:10 +01:00
parent 129ebd53a6
commit 026c81b834
No known key found for this signature in database
GPG Key ID: B26995E310250568
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -35,7 +35,7 @@ exclude = '''
[tool.poetry]
name = "black"
version = "18.9b0"
version = "19.3b0"
description = "The uncompromising code formatter."
readme = "README.md"
authors = [