Skip to content

Commit 552b3a9

Browse files
committed
pyproject: Simplify version constraint
1 parent 63dfdde commit 552b3a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -56,7 +56,7 @@ coverage = "*"
5656
pytest-cov = "*"
5757

5858
### Format ###
59-
black = {version="==21.12b0"}
59+
black = "==21.12b0"
6060
isort = "*"
6161

6262
### Lint ###

0 commit comments

Comments
 (0)