Skip to content

Nniol/genai_4_dps_helper

Repository files navigation

genai_4_dps_helper

Common functions for the GenAI 4 DPS Course

VS Code settings.json for ruff config

{
    "notebook.formatOnSave.enabled": true,
    "notebook.codeActionsOnSave": {
        "notebook.source.organizeImports": "explicit"
    },
    "[python]": {
        "editor.formatOnSave": true,
        "editor.defaultFormatter": "charliermarsh.ruff",
        "editor.codeActionsOnSave": {
            "source.organizeImports": "explicit"
        }
    }
  }

About

Common functions for the GenAI 4 DPS Course

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages