anki/pylib
Damien Elmes 97618564f4 fix typechecking breaking with latest mypy_protobuf
the change that caused it:
https://github.com/dropbox/mypy-protobuf/issues/118

This is more awkward to handle now, as the types are only available
at type-checking time. Python's static typing is such a mess :-(
2020-05-27 09:14:02 +10:00
..
anki fix typechecking breaking with latest mypy_protobuf 2020-05-27 09:14:02 +10:00
tests migrate cards and notes 2020-05-23 16:19:48 +10:00
tools fix typechecking breaking with latest mypy_protobuf 2020-05-27 09:14:02 +10:00
.gitignore move generated methods into separate, gitignored file 2020-05-24 20:41:53 +10:00
.isort.cfg move generated methods into separate, gitignored file 2020-05-24 20:41:53 +10:00
.pylintrc rework Fluent handling 2020-02-23 13:22:50 +10:00
Makefile move generated methods into separate, gitignored file 2020-05-24 20:41:53 +10:00
mypy.ini Fixed mypy and pylint not building on Windows 2020-03-17 19:48:16 -03:00
pyproject.toml Created the GitHub Actions step Upload to PyPi to run only on 2020-04-02 02:57:34 -03:00
requirements.dev fix typechecking breaking with latest mypy_protobuf 2020-05-27 09:14:02 +10:00
setup.py bump version 2020-05-18 12:50:20 +10:00