Skip to content

Commit

Permalink
Merge branch 'main' into cottsay/add-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jun 13, 2024
2 parents cbd367e + a0078ea commit 10f7573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions colcon_alias/verb/alias.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ def main(self, *, context): # noqa: D102
f"'{context.args.alias_name}':")
for command in context.args.command:
print(f" {' '.join(command)}")
return 0
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ colcon_core.verb =

[flake8]
import-order-style = google
per-file-ignores =
colcon_alias/logging.py:A005

[coverage:run]
source = colcon_alias

0 comments on commit 10f7573

Please sign in to comment.