Skip to content

Commit

Permalink
tools: Include conftest.py to be checked by mypy.
Browse files Browse the repository at this point in the history
This commit adds `conftest.py` to the `type_consistent_testfiles`
list to check for type consistency with mypy.
  • Loading branch information
prah23 authored and neiljp committed Aug 12, 2021
1 parent 8807abc commit 53d13f1
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 @@ -133,6 +133,7 @@ type_consistent_testfiles = [
"test_platform_code.py",
"test_buttons.py",
"test_utils.py",
"conftest.py",
]

for file_path in python_files:
Expand Down

0 comments on commit 53d13f1

Please sign in to comment.