Skip to content

Commit

Permalink
chore: revert unnecessary tasks changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Jan 31, 2024
1 parent 6481cb1 commit 64ce972
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
def is_truthy(arg):
"""Convert "truthy" strings into Booleans.
Examples
--------
Examples:
>>> is_truthy('yes')
True
Args:
Expand Down Expand Up @@ -112,7 +111,6 @@ def docker_compose(context, command, **kwargs):
"""Helper function for running a specific docker compose command with all appropriate parameters and environment.
Args:
----
context (obj): Used to run specific commands
command (str): Command string to append to the "docker compose ..." command, such as "build", "up", etc.
**kwargs: Passed through to the context.run() call.
Expand Down Expand Up @@ -710,7 +708,6 @@ def yamllint(context):
"""Run yamllint to validate formatting adheres to NTC defined YAML standards.
Args:
----
context (obj): Used to run specific commands
"""
command = "yamllint . --format standard"
Expand Down

0 comments on commit 64ce972

Please sign in to comment.