Skip to content

Commit

Permalink
Remove some mypy ignore statements that are no longer needed (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmurtry authored Sep 25, 2023
1 parent f63ebcc commit 6cb7f36
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@ python_version = 3.10
check_untyped_defs = True
exclude = venv|build|site-packages

[mypy-orderedset.*]
ignore_missing_imports = True

[mypy-setuptools.*]
ignore_missing_imports = True

[mypy-PyPDF2.*]
ignore_missing_imports = True

[mypy-requests_mock.*]
ignore_missing_imports = True

[mypy-boto3.*]
ignore_missing_imports = True

Expand All @@ -33,11 +24,5 @@ ignore_missing_imports = True
[mypy-statsd.*]
ignore_missing_imports = True

[mypy-pythonjsonlogger.*]
ignore_missing_imports = True

[mypy-phonenumbers.*]
ignore_missing_imports = True

[mypy-py_w3c.*]
ignore_missing_imports = True

0 comments on commit 6cb7f36

Please sign in to comment.