Skip to content

Commit

Permalink
Update .mypy.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Jan 1, 2025
1 parent fae76ec commit a0b7538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
files = adapter.py, agent.py, bluetooth_devices.py, compatibility_device.py, hid_devices.py, hid_message_filter.py
files = adapter.py, agent.py, bluetooth_devices.py, compatibility_device.py, hid_devices.py
check_untyped_defs = True
follow_imports_for_stubs = True
disallow_any_decorated = True
Expand Down

0 comments on commit a0b7538

Please sign in to comment.