Skip to content

Commit

Permalink
Add SQLAlchemy stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 29, 2023
1 parent c6488b4 commit 27a9d06
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 17 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ isort = "^5.11.5"
moto = "^4.1.6"
coverage = "^7.2.3"
pydocstyle = "^6.3.0"
sqlalchemy = {version="~=1.4", extras=["mypy"]}

[tool.poetry.extras]
s3 = ["fs-s3fs"]
Expand All @@ -40,6 +41,7 @@ multi_line_output = 3 # Vertical Hanging Indent
src_paths = "tap_dynamodb"

[tool.mypy]
plugins = ["sqlalchemy.ext.mypy.plugin"]
python_version = "3.9"
warn_unused_configs = true

Expand Down

0 comments on commit 27a9d06

Please sign in to comment.