Describe the feature you'd like
The CI jobs can fail for reasons unrelated to your PR.
- .gitlab/lint/technical_linters.yml calls
dda inv -- -e linter.python --show-versions
- dda wraps tasks/linters.py, which invokes.
ruff format --check --diff .
tasks/linters.py should look at only the files that were changed in the PR.
Is your feature request related to a problem?
No response
Describe alternatives you've considered
No response
Additional context
No response