Skip to content

Commit

Permalink
Install sqlalchemy mypy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 2, 2024
1 parent 4583ba3 commit 193025c
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 @@ -29,6 +29,7 @@ remote-pdb=">=2.1.0"

[tool.poetry.group.typing.dependencies]
mypy = ">=1.8.0"
sqlalchemy = { version = "<2", extras = ["mypy"] }
types-paramiko = ">=3.4.0.20240120"

[tool.poetry.extras]
Expand All @@ -38,6 +39,7 @@ binary = ["mysqlclient"]
[tool.mypy]
python_version = "3.12"
warn_unused_configs = true
plugins = "sqlalchemy.ext.mypy.plugin" # TODO: Remove this when SQLAlchemy 2.0 is supported

[tool.ruff]
src = ["tap_mysql"]
Expand Down

0 comments on commit 193025c

Please sign in to comment.