Skip to content

Commit

Permalink
tools: isort arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb2 committed Jun 4, 2023
1 parent 8d22ed0 commit 63279ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def fmt(ctx: Context):
Args:
ctx (Context): the context instance (passed automatically).
"""
ctx.run("isort .", title="Sorting imports")
ctx.run("isort --ca --profile=black .", title="Sorting imports")
ctx.run("black .", title="Formatting code")


Expand Down

0 comments on commit 63279ce

Please sign in to comment.