Skip to content

Commit

Permalink
chore: run black linter on test file
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed Feb 29, 2024
1 parent 83ee234 commit bc2c3cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test_stale_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,9 @@ def test_write_to_markdown(self):
call.write(
"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 |\n"
),
call.write("| --- | --- | --- | ---: |\n"),
call.write(
f"| https://github.com/example/repo2 | 40 | "
Expand Down

0 comments on commit bc2c3cd

Please sign in to comment.