Update dependencies, improve CI workflow, and enhance code formatting
- Updated the `sientia-dataops-library` dependency version from 1.4.3 to 1.4.6 in `requirements.txt`. - Modified the GitHub Actions workflow to install development and runtime dependencies separately, improving clarity and organization. - Added code formatting and linting checks using Ruff, along with type checking using mypy, to ensure code quality. - Updated `.gitignore` to include additional cache directories and log files. - Refactored code in various files for consistency in string formatting and improved logging messages.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -177,4 +177,8 @@ cython_debug/
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
git_log
|
||||
git_log
|
||||
|
||||
.git/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
Reference in New Issue
Block a user