Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: pre-commit auto-update #165

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
refactor: Fix issues from ruff-pre-commit update
pre-commit-ci[bot] authored and jmgate committed Jan 13, 2025
commit ecce91522352f43f3b5163ca3b0977b7dcb5d8c1
3 changes: 1 addition & 2 deletions test/test_staged_script.py
Original file line number Diff line number Diff line change
@@ -247,8 +247,7 @@ def test_run_dry_run(
],
)
@patch(
"reverse_argparse.ReverseArgumentParser."
"get_pretty_command_line_invocation"
"reverse_argparse.ReverseArgumentParser.get_pretty_command_line_invocation"
)
def test_print_script_execution_summary(
mock_get_pretty_command_line_invocation: MagicMock,
3 changes: 2 additions & 1 deletion test/test_staged_script_registered_stages.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,8 @@ def test_parser_no_registered_stages() -> None:
script = MyScript(set())
help_text = script.parser.format_help()
for text in [
"Options for retrying stages" "-retry-attempts",
"Options for retrying stages",
"-retry-attempts",
"-retry-delay",
"-retry-timeout",
]: