Bump ruff from 0.11.7 to 0.15.15 #2424
Annotations
10 errors
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L443
tests/cli/files_collector/test_commit_range_documents.py:443:55: RUF059 Unpacked variable `repo` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L443
tests/cli/files_collector/test_commit_range_documents.py:443:45: RUF059 Unpacked variable `temp_dir` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L432
tests/cli/files_collector/test_commit_range_documents.py:432:55: RUF059 Unpacked variable `repo` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L432
tests/cli/files_collector/test_commit_range_documents.py:432:45: RUF059 Unpacked variable `temp_dir` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L421
tests/cli/files_collector/test_commit_range_documents.py:421:55: RUF059 Unpacked variable `repo` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L421
tests/cli/files_collector/test_commit_range_documents.py:421:45: RUF059 Unpacked variable `temp_dir` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L412
tests/cli/files_collector/test_commit_range_documents.py:412:44: RUF059 Unpacked variable `temp_dir` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L346
tests/cli/files_collector/test_commit_range_documents.py:346:45: RUF059 Unpacked variable `temp_dir` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
tests/cli/files_collector/test_commit_range_documents.py#L70
tests/cli/files_collector/test_commit_range_documents.py:70:45: RUF059 Unpacked variable `temp_dir` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (ASYNC240):
cycode/cli/apps/mcp/mcp_command.py#L241
cycode/cli/apps/mcp/mcp_command.py:241:48: ASYNC240 Async functions should not use os.path methods, use trio.Path or anyio.path
|