Skip to content

Commit

Permalink
chore: remove examples that are stale
Browse files Browse the repository at this point in the history
  • Loading branch information
William Bakst committed Nov 26, 2024
1 parent be342f4 commit 35a221c
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 59 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
exclude_file: "client/pnpm-lock.yaml,website/pnpm-lock.yaml"

- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down
19 changes: 0 additions & 19 deletions examples/features/official_sdk/anthropic_function.py

This file was deleted.

17 changes: 0 additions & 17 deletions examples/features/official_sdk/openai_function.py

This file was deleted.

5 changes: 0 additions & 5 deletions examples/features/synced_function/basic_call.py

This file was deleted.

11 changes: 0 additions & 11 deletions examples/features/synced_function/response_model.py

This file was deleted.

2 changes: 0 additions & 2 deletions examples/ruff.toml

This file was deleted.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gemini = ["google-generativeai>=0.4.0,<1", "pillow>=10.4.0,<11"]
dev-dependencies = [
"ruff>=0.6.1",
"pytest>=8.3.2",
"pyright>=1.1.389",
"pyright>=1.1.388",
"pytest-asyncio>=0.23.8",
"pytest-cov>=5.0.0",
"pre-commit>=3.8.0",
Expand Down Expand Up @@ -111,7 +111,6 @@ target-version = "py310"
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]
"tests/*.py" = ["S101", "ANN"]
"examples/*.py" = ["T201", "ANN"]
"docs/*.py" = ["ANN401"]

[tool.ruff.lint]
Expand Down Expand Up @@ -161,7 +160,7 @@ venvPath = "."
venv = ".venv"

[tool.codespell]
skip = [".git", "*.lock", "./client/pnpm-lock.yaml"]
skip = [".git", "*.lock", "./client/pnpm-lock.yaml", "./website/pnpm-lock.yaml"]

[tool.coverage.report]
exclude_also = ["@overload", "@abstractmethod", "if TYPE_CHECKING:"]
Expand Down

0 comments on commit 35a221c

Please sign in to comment.