Skip to content

Commit

Permalink
tools: Include test_popups.py to be checked by mypy.
Browse files Browse the repository at this point in the history
This commit adds `test_popups.py` to the `type_consistent_testfiles`
list to check for type consistency with mypy.
  • Loading branch information
prah23 authored and kingjuno committed Aug 25, 2021
1 parent b1c6001 commit 1f90ddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/run-mypy
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ type_consistent_testfiles = [
"test_utils.py",
"conftest.py",
"test_boxes.py",
"test_popups.py",
]

for file_path in python_files:
Expand Down

0 comments on commit 1f90ddc

Please sign in to comment.