We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129ebd5 commit 026c81bCopy full SHA for 026c81b
black.py
@@ -49,7 +49,7 @@
49
from blib2to3.pgen2.parse import ParseError
50
51
52
-__version__ = "18.9b0"
+__version__ = "19.3b0"
53
DEFAULT_LINE_LENGTH = 88
54
DEFAULT_EXCLUDES = (
55
r"/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/"
pyproject.toml
@@ -35,7 +35,7 @@ exclude = '''
35
36
[tool.poetry]
37
name = "black"
38
-version = "18.9b0"
+version = "19.3b0"
39
description = "The uncompromising code formatter."
40
readme = "README.md"
41
authors = [
0 commit comments