-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: use ruff in the project #87
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9b562e - Browse repository at this point
Copy the full SHA f9b562eView commit details -
Adding config options to support Ruff. Disabling no new line at the b…
…eginning of docstrigns.
Configuration menu - View commit details
-
Copy full SHA for 4209360 - Browse repository at this point
Copy the full SHA 4209360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bedf86 - Browse repository at this point
Copy the full SHA 5bedf86View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fcf55b - Browse repository at this point
Copy the full SHA 5fcf55bView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de78074 - Browse repository at this point
Copy the full SHA de78074View commit details -
Merge branch 'pw/alternate-unilint' into 68-feat-use-ruff-in-the-project
# Conflicts: # .pre-commit-config.yaml # packages/ragbits-core/src/ragbits/core/embeddings/litellm.py # packages/ragbits-core/src/ragbits/core/llms/base.py # packages/ragbits-core/src/ragbits/core/llms/clients/base.py # packages/ragbits-core/src/ragbits/core/prompt/base.py # packages/ragbits-core/src/ragbits/core/prompt/lab/app.py # packages/ragbits-core/src/ragbits/core/prompt/parsers.py # packages/ragbits-core/src/ragbits/core/prompt/prompt.py # packages/ragbits-core/src/ragbits/core/vector_store/base.py # packages/ragbits-core/src/ragbits/core/vector_store/chromadb_store.py # packages/ragbits-document-search/src/ragbits/document_search/_main.py # packages/ragbits-document-search/src/ragbits/document_search/ingestion/document_processor.py # packages/ragbits-document-search/src/ragbits/document_search/ingestion/providers/unstructured.py # packages/ragbits-document-search/src/ragbits/document_search/retrieval/rerankers/noop.py # pyproject.toml # scripts/update_ragbits_package.py
Configuration menu - View commit details
-
Copy full SHA for c833d28 - Browse repository at this point
Copy the full SHA c833d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a76ab51 - Browse repository at this point
Copy the full SHA a76ab51View commit details -
Merge branch 'main' into 68-feat-use-ruff-in-the-project
# Conflicts: # packages/ragbits-core/examples/chromadb_example.py # packages/ragbits-core/src/ragbits/core/embeddings/litellm.py # packages/ragbits-core/src/ragbits/core/prompt/lab/app.py # packages/ragbits-core/src/ragbits/core/prompt/prompt.py # packages/ragbits-core/src/ragbits/core/prompt/promptfoo.py # packages/ragbits-core/tests/unit/prompts/test_prompt.py # packages/ragbits-document-search/tests/unit/test_providers.py
Configuration menu - View commit details
-
Copy full SHA for 9359caa - Browse repository at this point
Copy the full SHA 9359caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71029fe - Browse repository at this point
Copy the full SHA 71029feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a962e5c - Browse repository at this point
Copy the full SHA a962e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b6b09 - Browse repository at this point
Copy the full SHA 17b6b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 802188f - Browse repository at this point
Copy the full SHA 802188fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dda1287 - Browse repository at this point
Copy the full SHA dda1287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2d9a0 - Browse repository at this point
Copy the full SHA 4d2d9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c98bda1 - Browse repository at this point
Copy the full SHA c98bda1View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 57ef338 - Browse repository at this point
Copy the full SHA 57ef338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1246038 - Browse repository at this point
Copy the full SHA 1246038View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d0e547 - Browse repository at this point
Copy the full SHA 3d0e547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e6989 - Browse repository at this point
Copy the full SHA 72e6989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b8f0b - Browse repository at this point
Copy the full SHA 26b8f0bView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f40eb4 - Browse repository at this point
Copy the full SHA 7f40eb4View commit details -
Merge branch 'refs/heads/main' into 68-feat-use-ruff-in-the-project
# Conflicts: # packages/ragbits-core/src/ragbits/core/prompt/lab/app.py # packages/ragbits-core/src/ragbits/core/vector_store/__init__.py # packages/ragbits-document-search/src/ragbits/document_search/_main.py
Configuration menu - View commit details
-
Copy full SHA for c4140f5 - Browse repository at this point
Copy the full SHA c4140f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5fc913 - Browse repository at this point
Copy the full SHA e5fc913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38dd2c5 - Browse repository at this point
Copy the full SHA 38dd2c5View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a903dd6 - Browse repository at this point
Copy the full SHA a903dd6View commit details
Commits on Oct 21, 2024
-
Merge branch 'main' into 68-feat-use-ruff-in-the-project
# Conflicts: # packages/ragbits-cli/src/ragbits/cli/__init__.py # packages/ragbits-core/src/ragbits/core/prompt/promptfoo.py # packages/ragbits-core/src/ragbits/core/vector_store/chromadb_store.py # packages/ragbits-document-search/src/ragbits/document_search/_main.py # packages/ragbits-document-search/src/ragbits/document_search/documents/document.py # packages/ragbits-document-search/src/ragbits/document_search/documents/sources.py
Configuration menu - View commit details
-
Copy full SHA for d5eca9a - Browse repository at this point
Copy the full SHA d5eca9aView commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5e081f - Browse repository at this point
Copy the full SHA f5e081fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a43980 - Browse repository at this point
Copy the full SHA 6a43980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe6eb6 - Browse repository at this point
Copy the full SHA 5fe6eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d23532 - Browse repository at this point
Copy the full SHA 7d23532View commit details -
Configuration menu - View commit details
-
Copy full SHA for f809b4d - Browse repository at this point
Copy the full SHA f809b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf70aa - Browse repository at this point
Copy the full SHA 8cf70aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f29285d - Browse repository at this point
Copy the full SHA f29285dView commit details