Skip to content

Commit

Permalink
fix(mypy): exclude dl_connector_mysql_tests from mypy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
khamitovdr committed Dec 28, 2024
1 parent a3d9632 commit 23f7fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dl_connector_mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ warn_unused_configs = true
disallow_untyped_defs = true
check_untyped_defs = true
strict_optional = true
exclude = ["dl_connector_mysql_tests"]

[[tool.mypy.overrides]]
module = [
Expand Down

0 comments on commit 23f7fce

Please sign in to comment.