forked from python-qt-tools/PySide2-stubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
27 lines (23 loc) · 805 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
General TODO:
=============
- explain how to make a new release
Won't do:
========
- run mypy locally on our stubs and fix errors
=> too many errors not fixable easily like empty containers type: List instead List[str], ...
Done:
====
- Signal.connect() arguments are dead wrong
- all method in QCoreApplication are static ???
- QGuiApplication() and QApplication() are missing the instance() method
- more tests from PyQt5-stubs
- [done] some functions are decorated with @staticmethod !
- [done] create dev-requirements.txt
- make it work: run pytest inside GitHub action
- explain how to add a new test
- explain how scripts/ work
- [done] add show error codes to mypy call
- all platform specific stubs
- [done] update README properly
- [done] setup.cfg working
- all tests from PyQt5 working