anki/qt
Damien Elmes fee486aaa1 PEP8 notes.py
An example of how we can start migrating the codebase to PEP8:

- enable invalid-name at the top
- use bazel run pylib:pylint to identify names that need renaming
- use PyCharm or similar to rename the functions/variables
- in the cases where the conversion is not just snake_case, use
.register_deprecated_aliases()

+ removed the __repr__() definition, it dumps all the note content
and obscures the error message
2021-06-26 11:38:59 +10:00
..
aqt PEP8 notes.py 2021-06-26 11:38:59 +10:00
icons move remaining Filter button items into sidebar 2021-02-05 18:58:22 +10:00
linux make sure install.sh is run from the correct folder 2021-06-03 10:50:32 +10:00
mac exclude Mac dylib from '...' 2021-02-04 20:41:08 +10:00
tests update to latest mypy 2021-06-16 16:04:59 +10:00
tools Add hook "browser_sidebar_will_show_context_menu" 2021-06-25 17:01:17 +02:00
.isort.cfg
.pylintrc in/out -> request/response 2021-06-20 15:49:20 +10:00
bazelfixes.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00
BUILD.bazel update to latest mypy 2021-06-16 16:04:59 +10:00
dmypy.py update to latest mypy 2021-06-16 16:04:59 +10:00
mypy.ini add a helper so we can get semi-automatic camelCase conversion 2021-06-26 11:33:35 +10:00
README.md
runanki.py add missing copyright headers to *.py 2021-04-13 18:45:35 +10:00

Python's Qt GUI is in aqt/