79e8076685
* `Any` used for pickle methods, this could probably be improved with some kind of Callable * str used for self.base, though this may be a problem for different OSes. Some type of os.PathLike might be good. * Line 75, type ignored: mypy was complaining about no. of args, and kwargs there didn't seem to be needed. Separate issue to test, though. |
||
---|---|---|
.github | ||
meta | ||
proto | ||
pylib | ||
qt | ||
rslib | ||
rspy | ||
scripts | ||
ts | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTORS | ||
LICENSE | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
run |
This repo contains all the code for the computer version of Anki.
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/#/
For more information on building, please see README.development.
If you'd like to contribute code, please see README.contributing.