Skip to content

Commit d26cda1

Browse files
authored
mypy 0.800 compatibility (#668)
See python/mypy#9940
1 parent c84dd24 commit d26cda1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

languages/python/oso/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ xfail_strict=true
33
filterwarnings =
44
ignore::DeprecationWarning
55

6+
[mypy]
7+
68
[mypy-cffi.*]
79
ignore_missing_imports = True
810

0 commit comments

Comments
 (0)