anki/python/stubs
Damien Elmes 9abc73360e Update Python deps
Addresses a protobuf CVE. Required some other patches due to changes
in latest mypy and pylint.
2022-09-24 09:46:43 +10:00
..
BUILD.bazel run buildifier/buildozer to tidy up BUILD files 2021-12-14 09:18:24 +10:00
extendsitepkgs.py Update Python deps 2022-09-24 09:46:43 +10:00
gatherstubs.py update to latest rules_python 2022-01-15 16:16:33 +10:00
README.md pip/ -> python/ 2021-10-18 19:50:40 +10:00
stubs.bzl pip/ -> python/ 2021-10-18 19:50:40 +10:00

mypy 0.9 assumes stub files will be installed in site-packages, but they are not in Bazel's case, so we need to hack around the issue.