Skip to content

Commit b652e42

Browse files
committed
Update black
1 parent c0859c7 commit b652e42

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pytest-cov = "^2.12"
5151
pytest-describe = "^2.0"
5252
pytest-timeout = "^1.4"
5353
black = [
54-
{version = "21.8b0", python = ">=3.6.2"},
54+
{version = "21.9b0", python = ">=3.6.2"},
5555
{version = "20.8b1", python = "<3.6.2"}
5656
]
5757
flake8 = "^3.9"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ isolated_build = true
44

55
[testenv:black]
66
basepython = python3.9
7-
deps = black==21.8b0
7+
deps = black==21.9b0
88
commands =
99
black src tests setup.py -t py39 --check
1010

0 commit comments

Comments
 (0)