Skip to content

Commit

Permalink
chore: one more linting error
Browse files Browse the repository at this point in the history
Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Feb 29, 2024
1 parent 2c543b5 commit 6177ca0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_stale_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,9 @@ def test_write_to_markdown(self):
"The following repos have not had a push event for more than 365 days:\n\n"
),
call.write("| Repository URL | Days Inactive | Last Push Date | Visibility |\n"),
call.write(
"| Repository URL | Days Inactive | Last Push Date | Visibility | "
),
call.write("| --- | --- | --- | ---: |\n"),
call.write(
f"| https://github.com/example/repo2 | 40 | "
Expand Down

0 comments on commit 6177ca0

Please sign in to comment.