Skip to content

Commit

Permalink
Fix format of pyproject.toml using taplo
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
  • Loading branch information
llucax committed May 3, 2024
1 parent ff1e79c commit 183b3aa
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 @@ -100,7 +100,7 @@ dev-pylint = [
# dev-pytest already defines a dependency to pylint because of the examples
# For checking the noxfile, docs/ script, and tests
"frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]",
"setuptools >= 67.6.0, < 70", # Should match the build dependency
"setuptools >= 67.6.0, < 70", # Should match the build dependency
]
dev-pytest = [
"pytest == 8.2.0",
Expand Down

0 comments on commit 183b3aa

Please sign in to comment.