Skip to content

Commit

Permalink
Ignore missing imports for dateutil and beautifulsoup
Browse files Browse the repository at this point in the history
Ignore missing imports for dateutil and beautifulsoup
These can be added as we increasing enable more type checks.
  • Loading branch information
jgerrish committed Nov 27, 2023
1 parent 35eb986 commit 803c2a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
[mypy-beautifulsoup4.*]
ignore_missing_imports = True

[mypy-boilerpy3.*]
ignore_missing_imports = True

[mypy-bson.*]
ignore_missing_imports = True

[mypy-bs4.*]
ignore_missing_imports = True

[mypy-dateutil.*]
ignore_missing_imports = True

[mypy-nltk.*]
ignore_missing_imports = True

Expand Down

0 comments on commit 803c2a1

Please sign in to comment.