Skip to content

Commit

Permalink
add black to isort
Browse files Browse the repository at this point in the history
  • Loading branch information
boyd-nguyen committed Apr 14, 2023
1 parent 1ebaf17 commit 8d1f42c
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
Expand Up @@ -4,4 +4,7 @@ requires = [
"wheel",
"setuptools_scm>=6.2"
]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

0 comments on commit 8d1f42c

Please sign in to comment.