Skip to content

Commit

Permalink
add black to isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviasculley committed Oct 4, 2023
1 parent 7d69fb0 commit cb58bf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ pythonpath = [
norecursedirs = [
"tests/helpers"
]

[tool.isort]
profile = "black"

0 comments on commit cb58bf7

Please sign in to comment.