* Update test_exception_telemetry.py
* Refactor unused variables in subprocess and test code
Replaced unused variables 'stderr' and 'func' with underscores in subprocess communication and test telemetry code to clarify intent and avoid linting warnings.
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Use re.escape for exception match in tests
Updated test cases to use re.escape for matching exception messages in pytest.raises, improving reliability when matching error strings containing special characters. Also replaced unused tuple variables with underscores for clarity.
* Fix various ruff errors in lfx
* Reorder pydantic imports in unit tests
Moved pydantic imports below other imports for consistency and improved readability across multiple unit test files.
* [autofix.ci] apply automated fixes
* [autofix.ci] apply automated fixes (attempt 2/3)
* Update test_directory_component.py
* [autofix.ci] apply automated fixes
* Update test_validate.py
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Hare <ericrhare@gmail.com>