Skip to content

Commit 93ea6e4

Browse files
authored
Update black to latest version, to avoid a bug that was in 21.6b0 and 21.7b0 releases. (#1434)
1 parent ccb6ed0 commit 93ea6e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

black.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.black]
2-
required-version = "21.6b0"
2+
required-version = "21.9b0"
33
line-length = "88"
44
skip-string-normalization = true
55
target-version = ['py37']

docs/developers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please be as Pythonic as possible (:pep:`8`).
1313

1414
Code should be formatted using `black <https://github.com/psf/black>`_.
1515
While not yet mandatory, it will be required in the future (6.0.0+).1
16-
Use Black v21.6b1, with the black.toml config file provided.
16+
Use Black v21.9b0, with the black.toml config file provided.
1717

1818
Code should also pass `flake8 <https://github.com/psf/black>`_ linting
1919
and `mypy <http://mypy-lang.org/>`_ type checking.

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage
66
flake8
77
doctest-ignore-unicode==0.1.2
88
berkeleydb
9-
black==21.6b0
9+
black==21.9b0
1010
flake8-black
1111
mypy
1212
types-setuptools

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"nose==1.3.7",
1414
"nose-timer",
1515
"coverage",
16-
"black==21.6b0",
16+
"black==21.9b0",
1717
"flake8",
1818
"doctest-ignore-unicode==0.1.2",
1919
]

0 commit comments

Comments
 (0)