Skip to content

Commit 1ea5110

Browse files
committed
Release 0.0.1-beta7
1 parent 86b3a55 commit 1ea5110

File tree

399 files changed

+19545
-12341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

399 files changed

+19545
-12341
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ dist/
22
.mypy_cache/
33
__pycache__/
44
poetry.toml
5+
.ruff_cache/

poetry.lock

Lines changed: 28 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gooeyai"
3-
version = "0.0.1-beta6"
3+
version = "0.0.1-beta7"
44
description = ""
55
readme = "README.md"
66
authors = []
@@ -43,6 +43,7 @@ pytest = "^7.4.0"
4343
pytest-asyncio = "^0.23.5"
4444
python-dateutil = "^2.9.0"
4545
types-python-dateutil = "^2.9.0.20240316"
46+
ruff = "^0.5.6"
4647

4748
[tool.pytest.ini_options]
4849
testpaths = [ "tests" ]
@@ -51,6 +52,9 @@ asyncio_mode = "auto"
5152
[tool.mypy]
5253
plugins = ["pydantic.mypy"]
5354

55+
[tool.ruff]
56+
line-length = 120
57+
5458

5559
[build-system]
5660
requires = ["poetry-core"]

0 commit comments

Comments
 (0)