Skip to content

Commit

Permalink
mypy path
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Jul 12, 2024
1 parent e32baaa commit c53db11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c53db11

Please sign in to comment.