Skip to content

Commit 2fc98d8

Browse files
committed
fix tasks black
1 parent c567fa6 commit 2fc98d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ def docker_compose(context, command, **kwargs):
6262

6363
# Linting Tasks
6464

65+
6566
@task
6667
def isort(context):
6768
"""Execute Python isort."""
6869
context.run("isort .")
6970

71+
7072
@task
7173
def black(context):
7274
"""Execute Python Black."""

0 commit comments

Comments
 (0)