Arm backend: Make composable_quantizer default #75465
lint.yml
on: pull_request
Get changed files
/
get-changed-files
3s
link-check
/
lint-urls
13s
link-check
/
lint-xrefs
21s
link-check
/
lint-file-size
12s
Annotations
6 errors and 7 warnings
|
lintrunner
Process completed with exit code 1.
|
|
lintrunner-mypy
Process completed with exit code 1.
|
|
MYPY no-redef:
backends/arm/quantizer/arm_quantizer_utils.py#L631
Name "_annotate_while_with_additional_inputs" already defined on line 595
To disable, use ` # type: ignore[no-redef]`
|
|
MYPY no-redef:
backends/arm/quantizer/arm_quantizer_utils.py#L626
Name "_should_skip_while_shared_qspec" already defined on line 590
To disable, use ` # type: ignore[no-redef]`
|
|
MYPY no-redef:
src/executorch/backends/arm/quantizer/arm_quantizer_utils.py#L631
Name "_annotate_while_with_additional_inputs" already defined on line 595
To disable, use ` # type: ignore[no-redef]`
|
|
MYPY no-redef:
src/executorch/backends/arm/quantizer/arm_quantizer_utils.py#L626
Name "_should_skip_while_shared_qspec" already defined on line 590
To disable, use ` # type: ignore[no-redef]`
|
|
link-check / lint-file-size
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
link-check / lint-urls
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
link-check / lint-xrefs
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lintrunner
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
FLAKE8 F811:
backends/arm/quantizer/arm_quantizer_utils.py#L631
redefinition of unused '_annotate_while_with_additional_inputs' from line 595
See https://www.flake8rules.com/rules/F811.html.
|
|
FLAKE8 F811:
backends/arm/quantizer/arm_quantizer_utils.py#L626
redefinition of unused '_should_skip_while_shared_qspec' from line 590
See https://www.flake8rules.com/rules/F811.html.
|
|
lintrunner-mypy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|