Bump ruff from 0.11.7 to 0.15.8 #2024
Annotations
10 errors and 1 warning
|
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 (RUF059):
tests/cli/commands/ai_guardrails/test_hooks_manager.py#L177
tests/cli/commands/ai_guardrails/test_hooks_manager.py:177:14: RUF059 Unpacked variable `message` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
cycode/cli/files_collector/commit_range_documents.py#L333
cycode/cli/files_collector/commit_range_documents.py:333:35: RUF059 Unpacked variable `remote_ref` is never used
help: Prefix it with an underscore or any other dummy variable pattern
|
|
ruff (RUF059):
cycode/cli/files_collector/commit_range_documents.py#L333
cycode/cli/files_collector/commit_range_documents.py:333:5: RUF059 Unpacked variable `local_ref` 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
|
|
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, cycodelabs/cimon-action@1c3e30d508634b3f4a60b02843126c9f93944d80. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|