mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
The ...Value types generated by mypy-protobuf are only available at typechecking time, and pylint chokes on them despite the use of annotations from __future__ - so we either need to quote them, or use # pylint: disable=no-member |
||
|---|---|---|
| .. | ||
| aqt | ||
| linux | ||
| tests | ||
| tools | ||
| .isort.cfg | ||
| .pylintrc | ||
| bazelfixes.py | ||
| BUILD.bazel | ||
| mypy.ini | ||
| README.md | ||
| runanki.py | ||
Python's Qt GUI is in aqt/