diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e57e284..8ecb49a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.8.6' + rev: 'v0.9.1' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/health_rec/load_data.py b/health_rec/load_data.py index de234f8..c6e261b 100644 --- a/health_rec/load_data.py +++ b/health_rec/load_data.py @@ -197,7 +197,7 @@ def load_data( embeddings=embeddings, ) logger.info( - f"Added documents {i} to {i+len(batch_docs)} with embeddings" + f"Added documents {i} to {i + len(batch_docs)} with embeddings" ) logger.info("Completed the data loading and embedding process")