Skip to content

Commit

Permalink
Re-added pytest to mypy ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-arkinstall committed Jul 30, 2024
1 parent 817f713 commit 3db33d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ warn_no_return = False
warn_return_any = True
warn_unreachable = True

[mypy-pytest.*]
ignore_missing_imports = True
ignore_errors = True

[mypy-lark.*]
ignore_missing_imports = True
ignore_errors = True
Expand Down

0 comments on commit 3db33d3

Please sign in to comment.