This rule detects for the presence of unused arguments in lambda expression definitions.
for details see: https://docs.astral.sh/ruff/rules/unused-lambda-argument/
The fix was done manually
Ref: it/org/software-supply-chain/production-pipeline/issues#204
This rule requests to consider {expression} instead of concatenation, for
details see https://docs.astral.sh/ruff/rules/collection-literal-concatenation/
These fix was automatically made by ruff with the command:
'ruff check --select RUF005 --unsafe-fixes --fix'
but a manual change on src/e3/anod/store/__init__.py was needed to fix C409
flake8 rules
Ref: it/org/software-supply-chain/production-pipeline/issues#204
This rules is to detect function without return annotation, most of
them was fixed automatically by ruff, 19 was done manually
Ref: it/org/software-supply-chain/production-pipeline/issues#193
* patch generated with git show do not have diff --git as first line.
Now consider any patch with a line starting with diff --git as a git
patch
* use git apply only if we are sure user did not removed/adjusted
the default prefix used when doing git diff or git show
Part of TC02-014
All tests are already run from a temp dir, we don't need to create
other temp dirs inside the tests.
Change-Id: I6bd348bf15764c2f2054c16659b77d1da055f059