Skip to content

Commit cc62d78

Browse files
committed
Ignore notebook from ty check
1 parent a711e9a commit cc62d78

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@ version = { attr = "lsd_lite.__version__" }
3535
lint.select = ["F", "W", "I001"]
3636

3737
[[tool.mypy.overrides]]
38-
module = ["scipy.*", "skimage.*", "matplotlib.*"]
38+
module = ["scipy.*"]
3939
ignore_missing_imports = true
40+
41+
[tool.ty.src]
42+
include = ["."]
43+
exclude = [
44+
"**/*.ipynb",
45+
]

0 commit comments

Comments
 (0)