Skip to content
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

Merged
merged 33 commits into from
Oct 24, 2024
Merged

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    f9b562e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4209360 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bedf86 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    5fcf55b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    de78074 View commit details
    Browse the repository at this point in the history
  2. 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
    PatrykWyzgowski committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c833d28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a76ab51 View commit details
    Browse the repository at this point in the history
  4. 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
    PatrykWyzgowski committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9359caa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71029fe View commit details
    Browse the repository at this point in the history
  6. And one more file.

    PatrykWyzgowski committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a962e5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17b6b09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    802188f View commit details
    Browse the repository at this point in the history
  9. Mypy issues resolved.

    PatrykWyzgowski committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dda1287 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d2d9a0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c98bda1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    57ef338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1246038 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    3d0e547 View commit details
    Browse the repository at this point in the history
  2. Missing corrections.

    PatrykWyzgowski committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    72e6989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b8f0b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    7f40eb4 View commit details
    Browse the repository at this point in the history
  2. 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
    PatrykWyzgowski committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c4140f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5fc913 View commit details
    Browse the repository at this point in the history
  4. Last error deruffed.

    PatrykWyzgowski committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    38dd2c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    a903dd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. 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
    PatrykWyzgowski committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d5eca9a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    f5e081f View commit details
    Browse the repository at this point in the history
  2. Fix mypy and ruff issues

    akonarski-ds committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6a43980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fe6eb6 View commit details
    Browse the repository at this point in the history
  4. Fix ci

    akonarski-ds committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7d23532 View commit details
    Browse the repository at this point in the history
  5. Fix ci

    akonarski-ds committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f809b4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cf70aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f29285d View commit details
    Browse the repository at this point in the history