Skip to content

Commit

Permalink
fixing black installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakms221 committed Feb 9, 2024
1 parent 75d55f9 commit b0105b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"pytest>=6.0,<7",
"black==20.8b1",
"black==21.12b0",
"flake8>=3.8,<4"
]

Expand All @@ -27,7 +27,7 @@ python_requires = ">=3.8"
[tool.pdm.dev-dependencies]
test = [
"pytest>=6.0,<7",
"black==20.8b1",
"black==21.12b0",
"flake8>=3.8,<4"
]

Expand Down

0 comments on commit b0105b5

Please sign in to comment.