Skip to content

Commit 8f2e0e8

Browse files
committed
tests: Add workaround for mypy 0.800 regression
See python/mypy#9940
1 parent 73f33a5 commit 8f2e0e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[mypy]
2+
# empty section required to work around https://github.com/python/mypy/issues/9940
3+
14
# These libraries have no type annotations
25
[mypy-dbus.*]
36
ignore_missing_imports = True

0 commit comments

Comments
 (0)