feat: enhance configuration and error handling in project setup

- Added new ignore rule for Ruff to allow temporary paths in tests.
- Introduced MyPy overrides for specific modules to ignore errors.
- Refactored `Cleanup` and `ExperimentTracking` classes to remove async keywords from methods, improving consistency in method signatures.
- Updated `Training` class methods to handle synchronous operations, enhancing performance and clarity.
- Adjusted `requirements.txt` to remove unnecessary Git dependency, streamlining project setup.
This commit is contained in:
vitor-aignosi
2026-04-07 10:25:17 -03:00
parent 6b1df7c3a7
commit 09ee92f100
21 changed files with 500 additions and 309 deletions

View File

@@ -4,7 +4,7 @@ sqlalchemy==2.0.44
boto3==1.40.55
botocore==1.40.55
/home/grezewave/Documents/projects/sientia/sientia-model-library
git+https://github.com/Aignosi/sientia-dataops-library.git@v1.10.1
/home/grezewave/Documents/projects/sientia/sientia-dataops-library
prometheus-client==0.23.1
beautifulsoup4==4.12.3
evidently