poezio/poezio/windows
mathieui 5928f02bfc
Disable pylint on lines dedicated to mypy
Pylint doesn’t read the typeshed.
2019-10-27 20:02:13 +01:00
..
__init__.py
base_wins.py Disable pylint on lines dedicated to mypy 2019-10-27 20:02:13 +01:00
bookmark_forms.py Fix #3511 (fix traceback on first bookmark added) 2019-10-26 21:37:06 +02:00
confirm.py Add __slots__ in most of the poezio.windows classes, to be more explicit about their data. 2018-10-24 16:28:55 +02:00
data_forms.py Fix various spelling mistakes throughout the code 2019-03-19 17:50:58 +00:00
funcs.py
image.py Also skip librsvg import on AttributeError 2019-05-28 16:02:15 +02:00
info_bar.py Store get_theme() in a variable in each function, to avoid redundant calls. 2019-01-22 21:02:17 +01:00
info_wins.py Revert work on tabs module to change tab.name to JID. 2019-04-08 14:01:09 +01:00
input_placeholders.py Add __slots__ in most of the poezio.windows classes, to be more explicit about their data. 2018-10-24 16:28:55 +02:00
inputs.py Fix pylint errors 2019-10-18 23:16:52 +02:00
list.py Fix various spelling mistakes throughout the code 2019-03-19 17:50:58 +00:00
misc.py Add __slots__ in most of the poezio.windows classes, to be more explicit about their data. 2018-10-24 16:28:55 +02:00
muc.py Store get_theme() in a variable in each function, to avoid redundant calls. 2019-01-22 21:02:17 +01:00
roster_win.py Store get_theme() in a variable in each function, to avoid redundant calls. 2019-01-22 21:02:17 +01:00
text_win.py Add missing top parameter to another build_new_message method 2019-08-23 09:48:27 +02:00