ttsql: Improve recipe documentation and add sanity check #67
Annotations
10 errors and 1 warning
|
ruff (W293):
examples/rl/text-to-sql/utils/sanity_check.py#L75
examples/rl/text-to-sql/utils/sanity_check.py:75:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
examples/rl/text-to-sql/utils/sanity_check.py#L71
examples/rl/text-to-sql/utils/sanity_check.py:71:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
examples/rl/text-to-sql/utils/sanity_check.py#L67
examples/rl/text-to-sql/utils/sanity_check.py:67:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (UP015):
examples/rl/text-to-sql/utils/sanity_check.py#L47
examples/rl/text-to-sql/utils/sanity_check.py:47:36: UP015 Unnecessary mode argument
help: Remove mode argument
|
|
ruff (W293):
examples/rl/text-to-sql/utils/sanity_check.py#L35
examples/rl/text-to-sql/utils/sanity_check.py:35:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (E501):
examples/rl/text-to-sql/utils/sanity_check.py#L33
examples/rl/text-to-sql/utils/sanity_check.py:33:151: E501 Line too long (154 > 150)
|
|
ruff (W293):
examples/rl/text-to-sql/utils/sanity_check.py#L31
examples/rl/text-to-sql/utils/sanity_check.py:31:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
examples/rl/text-to-sql/utils/sanity_check.py#L22
examples/rl/text-to-sql/utils/sanity_check.py:22:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (F401):
examples/rl/text-to-sql/utils/sanity_check.py#L3
examples/rl/text-to-sql/utils/sanity_check.py:3:8: F401 `sys` imported but unused
help: Remove unused import: `sys`
|
|
ruff (I001):
examples/rl/text-to-sql/utils/sanity_check.py#L2
examples/rl/text-to-sql/utils/sanity_check.py:2:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/ruff-action@v3. 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/
|