Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913915d commit 61feadcCopy full SHA for 61feadc
black.py
@@ -47,7 +47,7 @@
47
from blib2to3.pgen2.parse import ParseError
48
49
50
-__version__ = "18.6b4"
+__version__ = "18.9b0"
51
DEFAULT_LINE_LENGTH = 88
52
DEFAULT_EXCLUDES = (
53
r"/(\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/"
pyproject.toml
@@ -34,7 +34,7 @@ exclude = '''
34
35
[tool.poetry]
36
name = "black"
37
-version = "18.6b4"
+version = "18.9b0"
38
description = "The uncompromising code formatter."
39
readme = "README.md"
40
authors = [
0 commit comments