Skip to content

Commit

Permalink
Remove mypy ignore statements for the marshmallow types (#1987)
Browse files Browse the repository at this point in the history
* remove the ignore statements for the marshmallow types, since it seems that these libraries now have types
  • Loading branch information
smcmurtry authored Sep 25, 2023
1 parent 8f919be commit 0d5bc29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ ignore_missing_imports = True
[mypy-boto3.*]
ignore_missing_imports = True

[mypy-marshmallow.*]
ignore_missing_imports = True

[mypy-requests_mock.*]
ignore_missing_imports = True

Expand Down Expand Up @@ -64,9 +61,6 @@ ignore_missing_imports = True
[mypy-flask_marshmallow.*]
ignore_missing_imports = True

[mypy-marshmallow_sqlalchemy.*]
ignore_missing_imports = True

[mypy-flask_migrate.*]
ignore_missing_imports = True

Expand Down

0 comments on commit 0d5bc29

Please sign in to comment.