mirror of
https://github.com/AdaCore/e3-core.git
synced 2026-02-12 12:29:08 -08:00
This rule detects the presence of unused variables in unpacked assignments. See: https://docs.astral.sh/ruff/rules/unused-unpacked-variable/ Fixed automatically with : 'ruff check --select RUF059 --unsafe-fixes --fix' + one manual fix in tests/test_e3/anod/context_test.py Ref: it/org/software-supply-chain/production-pipeline/issues#204