Skip to content

Commit 7ec9887

Browse files
mypy ignore bs4 issues
1 parent ccd556c commit 7ec9887

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ show_error_codes = true
5757
disallow_untyped_defs = true
5858
disallow_incomplete_defs = true
5959

60+
[[tool.mypy.overrides]]
61+
module = [
62+
"bs4"
63+
]
64+
ignore_missing_imports = true
65+
6066
[tool.pylint.main]
6167
jobs = 0
6268
# Minimum Python version to use for version dependent checks.

0 commit comments

Comments
 (0)