Skip to content

Commit f30b300

Browse files
committed
pyproject.toml: Add mypy configuration
Copy mypy options from tox.ini into pyproject.toml. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent e0aaa5e commit f30b300

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,7 @@ extend-select = [
9999
[tool.ruff.format]
100100
quote-style = "preserve"
101101
line-ending = "lf"
102+
103+
[tool.mypy]
104+
mypy_path = "src"
105+
ignore_missing_imports = true

0 commit comments

Comments
 (0)