Skip to content

Commit

Permalink
(chore): misc improvements such as ruff formatting, pydantic warnings…
Browse files Browse the repository at this point in the history
… and tests (#359)
  • Loading branch information
fern-api[bot] committed Sep 14, 2024
1 parent 16524b1 commit 8110b5c
Show file tree
Hide file tree
Showing 102 changed files with 3,000 additions and 1,169 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist/
.mypy_cache/
__pycache__/
poetry.toml
.ruff_cache/
44 changes: 37 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elevenlabs"
version = "1.8.0"
version = "1.8.1"
description = ""
readme = "README.md"
authors = []
Expand Down Expand Up @@ -46,6 +46,7 @@ pytest = "^7.4.0"
pytest-asyncio = "^0.23.5"
python-dateutil = "^2.9.0"
types-python-dateutil = "^2.9.0.20240316"
ruff = "^0.5.6"

[tool.pytest.ini_options]
testpaths = [ "tests" ]
Expand All @@ -54,6 +55,9 @@ asyncio_mode = "auto"
[tool.mypy]
plugins = ["pydantic.mypy"]

[tool.ruff]
line-length = 120


[build-system]
requires = ["poetry-core"]
Expand Down
Loading

0 comments on commit 8110b5c

Please sign in to comment.