Skip to content

Commit ceba771

Browse files
committed
Remove mypy.ini
1 parent b728c50 commit ceba771

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mypy.ini

Lines changed: 0 additions & 2 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ mypy = "^0.902"
2121
[tool.poetry.plugins."sqlalchemy.dialects"]
2222
duckdb = "duckdb_engine"
2323

24+
[tool.mypy]
25+
ignore_missing_imports = true
26+
2427
[build-system]
2528
requires = ["poetry>=0.12"]
2629
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)