Skip to content

Commit

Permalink
docs: add docstring for main
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Oct 10, 2023
1 parent e4e65cd commit 76fdd63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capella_git_hooks/fix_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def commit_changes(changed_files_to_be_committed: list[str]):


def main():
"""Fix links in all tracked, unchanged files and commit the changes."""
tracked_unmodified_files = get_unmodified_tracked_files()
changed_files = []
for file in tracked_unmodified_files:
Expand Down

0 comments on commit 76fdd63

Please sign in to comment.