Skip to content

Commit 54ceb6e

Browse files
committed
Ignore mypy errors in libusb until type hints merged
PR vpelletier/python-libusb1#59
1 parent 20b282e commit 54ceb6e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

mypy.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[mypy]
2+
warn_return_any = True
3+
warn_unused_configs = True
4+
5+
[mypy-adbts.usb.libusb]
6+
ignore_errors = True

0 commit comments

Comments
 (0)