diff --git a/pyproject.toml b/pyproject.toml index 31d1237..eea6a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,13 +64,14 @@ indent-style = "space" python_version = '3.8' no_implicit_optional = true check_untyped_defs = true +mypy_path = "stubs:multiregex" # If you run into `missing library stubs or py.typed marker` errors # and no stubs are available for this library, you can add an override # to ignore the missing imports. -[[tool.mypy.overrides]] -module = ["ahocorasick"] -ignore_missing_imports = true +# [[tool.mypy.overrides]] +# module = ["my_module"] +# ignore_missing_imports = true [tool.pytest.ini_options] testpaths = ["tests"]