Skip to content

Commit a959e87

Browse files
committed
Update black
Only install black on Python 3.8+.
1 parent 894af77 commit a959e87

2 files changed

Lines changed: 26 additions & 69 deletions

File tree

poetry.lock

Lines changed: 25 additions & 68 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
@@ -25,7 +25,7 @@ include = ["*/py.typed", "*.pyi"]
2525
python = ">=3.7"
2626

2727
[tool.poetry.group.dev.dependencies]
28-
black = "^23.1.0"
28+
black = { version = "^23.1.0", python = ">=3.8" }
2929
flake8 = { version = "^6.0.0", python = ">=3.8.1" }
3030
mypy = ">=1.2,<1.5"
3131

0 commit comments

Comments
 (0)