Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
style: format pyproject.toml with pyproject-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Feb 25, 2022
1 parent 111e5bd commit c5a65c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
requires = [
"setuptools>=42",
"wheel",
]

[tool.isort]
profile = "black"
Expand Down

0 comments on commit c5a65c7

Please sign in to comment.