Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit e4868ac

Browse files
author
Nick Sullivan
committed
🔧 Update noqa comment format from ruff to standard
1 parent b9cea50 commit e4868ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aicodebot/commands/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@click.command(context_settings={"ignore_unknown_options": True})
1414
@click.argument("command", nargs=-1)
1515
@click.pass_context
16-
def debug(ctx, command): # ruff: noqa: ARG001 - ctx required by click decorator
16+
def debug(ctx, command): # noqa: ARG001 - ctx required by click decorator
1717
"""Run a command and debug the output."""
1818
console = get_console()
1919

0 commit comments

Comments
 (0)