Skip to content

Commit a2da74c

Browse files
committed
Update black
1 parent 24d7817 commit a2da74c

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

poetry.lock

Lines changed: 23 additions & 20 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
@@ -52,7 +52,7 @@ pytest-describe = "^2.0"
5252
pytest-timeout = "^1.4"
5353
typing-extensions = { version = "^3.10", python = "<3.8" }
5454
black = [
55-
{version = "21.10b0", python = ">=3.6.2"},
55+
{version = "21.11b1", python = ">=3.6.2"},
5656
{version = "20.8b1", python = "<3.6.2"}
5757
]
5858
flake8 = "^4.0"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python =
1212

1313
[testenv:black]
1414
basepython = python3.9
15-
deps = black==21.10b0
15+
deps = black==21.11b1
1616
commands =
1717
black src tests setup.py -t py39 --check
1818

0 commit comments

Comments
 (0)