Skip to content

Commit

Permalink
fix tasks black
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdub committed Jul 20, 2022
1 parent c567fa6 commit 2fc98d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ def docker_compose(context, command, **kwargs):

# Linting Tasks


@task
def isort(context):
"""Execute Python isort."""
context.run("isort .")


@task
def black(context):
"""Execute Python Black."""
Expand Down

0 comments on commit 2fc98d8

Please sign in to comment.