anki/pylib
Damien Elmes 572e2d10dc hack around future unburied date
We want to avoid unburied != self.today, because the unburied time
is synchronized as part of the collection at the moment, and we don't
want a client with an older unburied time that was modified more
recently to cause cards to be unburied twice - so we only unbury
if today is more than 7 days earlier than the last unbury time.

Unsure what caused these users to end up in that state in the first
place:
https://anki.tenderapp.com/discussions/ankidesktop/41335-cards-remain-buried-forever-unless-manually-unburied
2020-07-01 13:12:45 +10:00
..
anki hack around future unburied date 2020-07-01 13:12:45 +10:00
tests update unit test for leech change 2020-06-09 14:12:34 +10:00
tools experiment with exposing raw card/revlog data to frontend 2020-06-29 15:48:00 +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