Skip to content

Commit

Permalink
Don't constrain black version
Browse files Browse the repository at this point in the history
  • Loading branch information
obackhouse committed Aug 12, 2024
1 parent ceb7df6 commit fb398e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build-backend = "setuptools.build_meta"

[project.optional-dependencies]
dev = [
"black==23.1.0",
"black>=22.6.0",
"isort>=5.10.1",
"coverage[toml]",
"pytest",
Expand Down

0 comments on commit fb398e9

Please sign in to comment.