Skip to content

Commit a1e47fe

Browse files
committed
clean up mypy config
1 parent c16b8be commit a1e47fe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,4 @@ strict_equality = true
1313
warn_unused_configs = true
1414
warn_unused_ignores = true
1515
warn_redundant_casts = true
16-
exclude = [
17-
"jupyter_core/tests/dotipython/profile_default/ipython_kernel_config.py"
18-
]
1916

20-
21-
# [[tool.mypy.overrides]]
22-
# module = [
23-
# ]
24-
# ignore_missing_imports = true

0 commit comments

Comments
 (0)