Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Licini committed Mar 1, 2024
1 parent 518ae19 commit a6afa99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/compas_invocations2/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def release(ctx, release_type):
raise invoke.Exit("You need to manually revert the tag/commits created.")



@invoke.task
def prepare_changelog(ctx):
"""Prepare changelog for next release."""
Expand Down
1 change: 0 additions & 1 deletion src/compas_invocations2/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def lint(ctx):
print("\nAll linting is done!")



@invoke.task()
def format(ctx):
"""Reformat the code base using black."""
Expand Down

0 comments on commit a6afa99

Please sign in to comment.