Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fail_fast: false
repos:
- repo: https://github.com/pre-commit/pre-commit
rev: v4.6.0
rev: v4.6.1
hooks:
- id: validate_manifest
name: 🛠️ pre-commit · Validate pre-commit configuration
Expand Down Expand Up @@ -57,9 +57,9 @@ repos:
- id: ruff-format
name: 🐍 ruff · Format Python code
repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.12
rev: v0.16.2
- hooks:
- id: uv-lock
name: 🐍 uv · Lock dependencies
repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.12
rev: 0.12.3
4 changes: 2 additions & 2 deletions src/debug_dojo/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from rich import print as rich_print

from debug_dojo._config import load_config
from debug_dojo._config_models import DebuggerType # noqa: TC001
from debug_dojo._config_models import DebuggerType

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.13)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.10)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.11)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.14)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.12)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.11)

ruff (TC001)

src\debug_dojo\_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.10)

ruff (TC001)

src\debug_dojo\_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.13)

ruff (TC001)

src\debug_dojo\_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.10)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.14)

ruff (TC001)

src\debug_dojo\_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.11)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.12)

ruff (TC001)

src\debug_dojo\_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.14)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.13)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block

Check failure on line 12 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.12)

ruff (TC001)

src/debug_dojo/_cli.py:12:39: TC001 Move application import `debug_dojo._config_models.DebuggerType` into a type-checking block help: Move into type-checking block
from debug_dojo._execution import ExecMode, execute_with_debug

cli = typer.Typer(
Expand All @@ -24,7 +24,7 @@
no_args_is_help=True,
context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
)
def run( # noqa: PLR0913
def run(

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.13)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.10)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.11)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.14)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.12)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.11)

ruff (PLR0913)

src\debug_dojo\_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.10)

ruff (PLR0913)

src\debug_dojo\_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.13)

ruff (PLR0913)

src\debug_dojo\_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.10)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.14)

ruff (PLR0913)

src\debug_dojo\_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.11)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.12)

ruff (PLR0913)

src\debug_dojo\_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.14)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.13)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)

Check failure on line 27 in src/debug_dojo/_cli.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.12)

ruff (PLR0913)

src/debug_dojo/_cli.py:27:5: PLR0913 Too many arguments in function definition (7 > 5)
ctx: typer.Context,
target_name: Annotated[
str | None,
Expand Down
2 changes: 1 addition & 1 deletion src/debug_dojo/_execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
rich_print(f"[red]Error while running {target_name}:[/red]\n{e}")
rich_print(traceback.format_exc())
if config.exceptions.post_mortem:
import ipdb # pyright: ignore[reportMissingTypeStubs] # noqa: PLC0415, T100
import ipdb # pyright: ignore[reportMissingTypeStubs] # noqa: T100

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.13)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.10)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.11)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.14)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.12)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.11)

ruff (PLC0415)

src\debug_dojo\_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.10)

ruff (PLC0415)

src\debug_dojo\_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.13)

ruff (PLC0415)

src\debug_dojo\_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.10)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.14)

ruff (PLC0415)

src\debug_dojo\_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.11)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.12)

ruff (PLC0415)

src\debug_dojo\_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.14)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.13)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

Check failure on line 116 in src/debug_dojo/_execution.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.12)

ruff (PLC0415)

src/debug_dojo/_execution.py:116:9: PLC0415 `import` should be at the top-level of a file

rich_print("[blue]Entering post-mortem debugging session...[/blue]")
ipdb.post_mortem(e.__traceback__) # pyright: ignore[reportUnknownMemberType]
Expand Down
2 changes: 1 addition & 1 deletion tests/cli/test_cli_functionalities.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from debug_dojo._cli import cli


def _breakpoint_ipdb( # noqa: PLR0913, PLR0917 # pyright: ignore[reportUnusedFunction]
def _breakpoint_ipdb( # pyright: ignore[reportUnusedFunction]

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.13)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.13)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.10)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.10)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.11)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.11)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.14)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.14)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.12)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (ubuntu-latest, 3.12)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.11)

ruff (PLR0917)

tests\cli\test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.11)

ruff (PLR0913)

tests\cli\test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.10)

ruff (PLR0917)

tests\cli\test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.10)

ruff (PLR0913)

tests\cli\test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.13)

ruff (PLR0917)

tests\cli\test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.13)

ruff (PLR0913)

tests\cli\test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.10)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.10)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.14)

ruff (PLR0917)

tests\cli\test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.14)

ruff (PLR0913)

tests\cli\test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.11)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.11)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.12)

ruff (PLR0917)

tests\cli\test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (windows-latest, 3.12)

ruff (PLR0913)

tests\cli\test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.14)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.14)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.13)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.13)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.12)

ruff (PLR0917)

tests/cli/test_cli_functionalities.py:8:5: PLR0917 Too many positional arguments (6/5)

Check failure on line 8 in tests/cli/test_cli_functionalities.py

View workflow job for this annotation

GitHub Actions / 🐍 Python Tests and Code Quality (macos-latest, 3.12)

ruff (PLR0913)

tests/cli/test_cli_functionalities.py:8:5: PLR0913 Too many arguments in function definition (6 > 5)
runner: CliRunner,
test_config_path: str,
test_target_breakpoint: str,
Expand Down
Loading