This is what the plugin's maintainer suggested: xvik/gradle-use-python-plugin#19. I ran the build 10 times in a row without any checkPython error so this does seem to have fixed it.
5 lines
122 B
INI
5 lines
122 B
INI
[mypy]
|
|
# The jsonschema package does not have signature definitions checked into typeshed.
|
|
ignore_missing_imports = True
|
|
|