Skip to content

Commit

Permalink
tools: Include test_themes.py to be checked by mypy.
Browse files Browse the repository at this point in the history
This commit adds `test_themes.py` to the `type_consistent_testfiles`
list to check for type consistency with mypy.
  • Loading branch information
prah23 authored and neiljp committed Jul 25, 2021
1 parent 6b241af commit 6cfe4b2
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 @@ -128,6 +128,7 @@ type_consistent_testfiles = [
"test_server_url.py",
"test_ui.py",
"test_keys.py",
"test_themes.py",
]

for file_path in python_files:
Expand Down

0 comments on commit 6cfe4b2

Please sign in to comment.