mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Addresses a protobuf CVE. Required some other patches due to changes in latest mypy and pylint. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| extendsitepkgs.py | ||
| gatherstubs.py | ||
| README.md | ||
| stubs.bzl | ||
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.