Skip to content

Commit 1ce4222

Browse files
committed
Update black
1 parent b27d6b6 commit 1ce4222

File tree

3 files changed

+32
-34
lines changed

3 files changed

+32
-34
lines changed

poetry.lock

+30-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tox = "^3.26"
6060
optional = true
6161

6262
[tool.poetry.group.lint.dependencies]
63-
black = "22.8.0"
63+
black = "22.10.0"
6464
flake8 = "^5.0"
6565
flake8-bandit = "^4.1"
6666
flake8-bugbear = "22.9.23"

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python =
1414

1515
[testenv:black]
1616
basepython = python3.9
17-
deps = black==22.8.0
17+
deps = black==22.10.0
1818
commands =
1919
black src tests -t py39 --check
2020

0 commit comments

Comments
 (0)